split-string
Easy way to split a string on a given character unless it's quoted or escaped.
string-split-by
Split string by any separator excluding brackets, quotes and escaped characters
split-on-first
Split a string on the first occurance of a given separator