Frends.Regex.IsMatch / 2.0.0
Summary
Tests text against a regular expression and answers yes or no, without extracting anything.
Typical use — branch conditions and validation checks where only the verdict matters
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputText | String |
– | Example text. |
Text to be examined. |
| RegularExpression | String |
– | abc* |
Regular expression pattern. |