apoc.text.regreplace
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 |
|