Like SQL, Neo4J CQL has furnished a set of String features to apply them in CQL Queries to get the specified effects.
Here, we're going to discuss a number of the crucial and regularly used functions.
String Functions List
Following is the listing of outstanding String functions in Neo4j.
| 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. |

