apoc.text.replace Function apoc.text.replace(text, regex, replacement) - replace each substring of the given string that matches the given regular expression with the given replacement. Signature apoc.text.replace(text :: STRING?, regex :: STRING?, replacement :: STRING?) :: (STRING?) Input parameters Name Type Default text STRING? null regex STRING? null replacement STRING? null More documentation of apoc.text.replace