The pattern.
The string to separate into an array.
The array of strings from str separated by str.
Splits a string into an array of strings based on the given separator.
The pattern.
The array of strings from str separated by str.
Generated using TypeDoc
Splits a string into an array of strings based on the given separator.