pub fn regexp_replace( string: impl Into<Column>, pattern: impl Into<Column>, replacement: impl Into<Column>, ) -> Column
Replace all substrings of the specified string value that match regexp with replacement