Skip to content

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.

ParameterType
columnColOrName
patternstring
replacementstring

Column