Check Regex

Check if a value matches a Regex. If it does the matched groups will be set as output properties with the names group0, group1, etc.
Table 1. Input properties for the Check Regex step
Name Type Description Required
Regex String The regex to try to match. Yes
Value String The value you want to check the regex against. Yes

Output properties

This step creates output properties based on the results of the regular expression. If any values match the expression, the step creates output properties named group0, croup1, and so on with the results.

Feedback