regexp_replace
function regexp_replace( column, pattern, replacement): Column;Defined in: functions/string.ts:76
Replaces all substrings of the specified string value that match the pattern with the replacement.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
pattern | string |
replacement | string |