Regex evaluation Plugin

Where we should use the regex evaluation plugin and how it works?

Hi,
Regex Evaluation is a step in the Scripting Plugin. This step matches the String value of an input field against a text pattern defined by a regular expression. It returns Boolean result which indicate whether the value of the input field matched the regular expression.

You can use this step if you want to check if any specific field value is in specific format or not

Optionally, you can use the regular expression step to extract particular substrings from the input text field matching a portion of the text pattern into new output fields. This is known as “capturing”