regex_regex_match
Match regular expression patterns at the beginning of text strings to extract structured data like matched segments, positions, and capture groups for text processing workflows.
Instructions
[regex] Match a pattern at the START of text. Returns {matched, match, start, end, groups, named_groups}. Use regex_search for matching anywhere in text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| flags | No |