Regex Matches
Searches an input string for all occurrences of a regular expression and returns all the matches.
#
Properties#
General PropertiesSee General Properties.
#
Misc- Display Name See Misc.
- Input The string to search for all match.
- Pattern The regular expression pattern to match.
- Regex Options The enumeration values that provide options for matching.
- Result The match collection.
#
Out ErrorSee Out Error.