Function regexp_replace

Source
pub fn regexp_replace(
    string: impl Into<Column>,
    pattern: impl Into<Column>,
    replacement: impl Into<Column>,
) -> Column
Expand description

Replace all substrings of the specified string value that match regexp with replacement