Splits a string literal type into an array of words by separator characters. Recursively parses string from left to right, extracting words between separators.
Splits a string literal type into an array of words by separator characters. Recursively parses string from left to right, extracting words between separators.