regex_match
Find all matches of a regular expression in text. Specify pattern and optional flags for case-insensitive, multiline, or dotall modes.
Instructions
Find all matches of a regular expression in text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search | |
| pattern | Yes | Regular expression pattern | |
| flags | No | Regex flags (i=ignorecase, m=multiline, s=dotall) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |