regex_split
Split text by regex pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to split | |
| pattern | Yes | Regular expression pattern to split on | |
| max_split | No | Maximum splits (0=unlimited) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| count | No | ||
| error | No | ||
| parts | No | ||
| pattern | Yes | ||
| valid_pattern | No |