Function
Arg | Description | Type |
---|---|---|
string | The value to split | string (required) |
sep | The separator 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.