IsMatch

Description

Indicates whether the specified regular expression (Pattern) finds a match in the specified input string. It is possible to 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.