Regex Match String
Tests if a regular expression matches the a given variable. Returns true or false.
Variable
The text variable you wish to test for a match.
Layout
The regular expression used to search the Variable.
As
Contains true if the expression matches otherwise contains false.
Variable
paranormal
Layout
a.
After running the event with the above options, the As option will contain true.
Last modified 5mo ago