Splits string by separator.
Note: This method is based on String#split.
The string to split.
Optional
The separator pattern to split by.
The length to truncate results to.
Returns the new array of string segments.
_.split
Splits string by separator.
Note: This method is based on String#split.