内置字符串函数
Note
和SQL一样,nGQL的字符索引(位置)从1
开始。但是C语言的字符索引是从0
开始的。
Note
字符索引(位置)从
0
开始。如果
pos
为0,则返回整个字符串。如果省略
count
,则返回从pos
位置开始到字符串末尾的子字符串。如果
count
为0,则返回空字符串。
- 在openCypher中,如果字符串
a
为null
,会返回null
。 - 在openCypher中,如果
pos
为 0,会返回从第一个字符开始count
个字符的子字符串。 - 在openCypher中,如果
pos
或为null
或负整数,会出现错误。
最后更新: May 27, 2021