Regex Find String

Description

Gets the first match 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

The first resulting match.

Example

Variable

paranormal

Layout

a.

After running the event with the above options, the As option will contain the value "ar".

Last updated