Matches

Description

Returns all match information that the specified regular expression (Pattern) finds in the specified input string. You can set some additional options.


Misc

Input InArgument<String> REQUIRED

The string to check.

Pattern InArgument<String> REQUIRED

The regular expression.

RegexOption RegexOptions

The regex additional options.