Update
If you were forced to use a single char on a split method, which char would be the most reliable?
Definition of reliable: a split charact
I usually prefer a '|' symbol as the split character. If you are not sure of what user enters in the text then you can restrict the user from entering some special characters and you can choose from those characters, the split character.