Split the given string on pat, but keep the matches in the final result.
the string to be split
the regex pattern
A forward range of strings
See Implementation
Split the given string on pat, but keep the matches in the final result.