Regex Matches
Searches an input string for all occurrences of a regular expression and returns all the matches.

Properties#

General Properties#
See 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 Error#
See Out Error.