Is Match
Description
This activity indicates whether any values match with the specified input string based on the specified regular expression.
Properties
Input
- Input – Specify the input string to search for matches.
- Pattern – Specify the regular expression pattern to match.
- Regex Option – A bitwise combination of the enumeration values that specify options for matching.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.
Note: If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed.
Output
- Result – It displays the output based on the Boolean variable. If it's true, the regular expression finds a match; else false.
Example
Download Example