Implement SPLIT_BY_CHARACTERS.
This is much faster than regex.split if splitting by a single char, or by a set of one-char delimiters.