Comment on page
Regex Find All String
Gets all matches 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
A resulting array of matches.
Variable
paranormal
Layout
a.
After running the event with the above options, the As option will contain the value ["ar", "an", "al"].
Last modified 11mo ago