gsql_regex_replace()
Returns the string resulting from replacing all substrings in the input string that match the given regex token with the substitute string.
Parameters
- str
-
Required. The original string.
- regex
-
Required. The regex for the original string to match against.
- replace_substr
-
Required. The substring to replace all instances of substrings that match the provided regex.