apoc.text.regreplace
In APOC 2025.06, this function was removed from the APOC Core library.
Use If you are using APOC 2025.06 or later, the function is not available in Cypher 25 but can still be used with Cypher 5. For more information, see APOC and Cypher versions. |
Syntax |
|
||
Description |
Finds and replaces all matches found by the given regular expression with the given replacement. |
||
Arguments |
Name |
Type |
Description |
|
|
The string to be modified. |
|
|
|
The regular expression pattern to replace in the original string. |
|
|
|
The value to be inserted in the original string. |
|
Returns |
|