Neo4j – String Functions

  • Post author:
  • Post category:Neo4j
  • Post comments:0 Comments

Like SQL, Neo4J CQL has provided a set of String functions to use in CQL Queries to get the required results.

Here, we are going to discuss some of the important and frequently used functions.

String Functions List

Following is the list of prominent String functions in Neo4j.

Sr.NoFunction & Description
1UPPER It is used to change all letters into upper case letters.
2LOWER It is used to change all letters into lower case letters.
3SUBSTRING It is used to get the substring of a given String.
4Replace It is used to replace a substring with a given substring of a String.

Leave a Reply