regex_regex_split
Split text into parts using regex patterns to extract or separate data segments for processing.
Instructions
[regex] Split text by a regex pattern. Returns a list of strings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| maxsplit | No | ||
| flags | No |