regex_regex_findall
Extract all matching patterns from text using regular expressions. Returns a list of matches or group strings for pattern analysis.
Instructions
[regex] Return all non-overlapping matches as a list. If the pattern has groups, returns list of group strings. Simple and fast — use regex_findall_with_positions for positions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| flags | No |