📜  Neo4j-字符串函数

📅  最后修改于: 2020-11-27 07:04:22             🧑  作者: Mango


与SQL一样,Neo4J CQL提供了一组String函数,可在CQL查询中使用它们来获得所需的结果。

在这里,我们将讨论一些重要且常用的功能。

字符串函数列表

以下是Neo4j中著名的String函数列表。

Sr.No Function & Description
1 UPPER

It is used to change all letters into upper case letters.

2 LOWER

It is used to change all letters into lower case letters.

3 SUBSTRING

It is used to get substring of a given String.

4 Replace

It is used to replace a substring with a given substring of a String.