regex_split
Split text by a regex pattern, with optional flags like case-insensitive. Returns array of substrings.
Instructions
Split text using a regex pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to split | |
| pattern | Yes | The regex pattern to split by | |
| flags | No | Regex flags (e.g., 'i') |