Frends.Regex.Match / 1.0.0
Summary
Matches text against a regular expression and returns the matches in full, with their capture groups and positions.
Typical use — pulling structured values out of unstructured text, such as identifiers inside a message body
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputText | String |
– | Example text. |
Text to be examined. |
| RegularExpression | String |
– | abc* |
Regular expression pattern. |