regex_regex_split
Split text into a list of strings using a regular expression pattern. Specify the pattern, text, and optional maxsplit or flags to control how the text is divided.
Instructions
[regex] Split text by a regex pattern. Returns a list of strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| maxsplit | No | ||
| flags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |