Comment on page
Regex Find String
Gets the first match performed by a regular expression search on a given text variable.
Variable
The text variable you wish to search for matches.
Layout
The regular expression used to search the Variable.
As
The first resulting match.
Variable
paranormal
Layout
a.
After running the event with the above options, the As option will contain the value "ar".
Last modified 11mo ago