News

The strings do not split as desired because “e” existed in the string before tokens were applied. The third example uses “^” as the regular expression splitting token.
The ReadOnlySpan<char>.Split() method in C#. While the String.Split() method might be convenient and easy for you to use, it has performance drawbacks.