regex_replace_from | Precisamento

regex_replace_from

Replaces all occurrences of a regex in the input string, beginning at the specified location, and returns the resulting string.

Syntax

1
regex_replace_from(regex_id, input, replacement, startAt)
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.
startAt real The position to start from.

Returns: String

References

Exceptions

  • RegexMatchTimeoutException: Returns “”