Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

@RegexFind

Finds all matches of a regular expression in a string, optionally returning only a matched group.

Script usage:

@RegexFind(Text, MatchExpression, [MatchGroup])

Parameters:

NameDescription
☆ TextThe string to search for replacements.
☆ MatchExpressionThe regular expression used to search the first argument.
MatchGroupWhen specified, the name or index of each match subexpression to return instead of the entire match.