splitToSequence
Splits the input CharSequence to a sequence of strings around matches of this regular expression.
The last element of the resulting sequence corresponds to an input subsequence starting right after the last match (or at the beginning of input char sequence if there were no matches) and ending at the end of input. That implies that if