Regex Find All String
Description
Gets all matches performed by a regular expression search on a given text variable.
Event Options
Variable
The text variable you wish to search for matches.
Layout
The regular expression used to search the Variable.
As
A resulting array of matches.
Example
Variable
paranormal
Layout
a.
After running the event with the above options, the As option will contain the value ["ar", "an", "al"].
Last updated