Function
| Arg | Description | Type | 
|---|---|---|
| string | The value to split | string (required) | 
| sep | The separator regex that will be used to split | string | 
| sep_string | The separator as string that will be used to split | string | 
Splits a string into an array based on a regexp separator.