regex_replace | Precisamento

regex_replace

Replaces all occurrences of a regex in the input string, and returns the resulting string.

Syntax

1
regex_replace(regex_id, input, replacement)
Argument Type Description
regex_id real The id of the regex to use.
input string The string to modify.
replacement string The value to replace matches with.

Returns: String

References

Exceptions

  • RegexMatchTimeoutException: Returns “”