Split
type | returns |
Method |
|
Arguments
name | type | description | |
seperator | string | regex, default: | The seperator the split upon |
Explanation
Returns the string split upon the given seperator as a string array. If the argument is a regex, the string will be split where the regex matches.
Examples
Last updated