Matches
Description
This activity searches for matches in the input string based on the specified regular expression and returns the successful matches.
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.
- Result – It displays the collection of matches found from the specified input string
Example
Download Example