regex_extract
Extract text segments matching a regular expression pattern from input text to isolate specific data or patterns for analysis and processing.
Instructions
Extract matches using a regex pattern
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| pattern | Yes | ||
| flags | No |