Is Match
Checks if given string matches given values.
Input
- Input: It contains the text to be matched
- Type:
System.String - Required
- Type:
- Pattern: It contains the main text
- Type:
System.String - Required
- Type:
- Regex Options: It determines whether it matches or not based on the regex conditions. It has a multiple-choice structure.
- Type:
System.String - Required
- Type:
Output
- Result: It returns the result of whether the texts match or not.
- Type:
System.Boolean - Required
- Type: