Dittofi
Search
⌃K

Regex Match String

Description

Tests if a regular expression matches the a given variable. Returns true or false.

Event Options

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.

Example

Variable
paranormal
Layout
a.
After running the event with the above options, the As option will contain true.