How can I split a string only once, i.e. make 1|Ceci n'est pas une pipe: | Oui
parse to: ["1", "Ceci n'est pas une pipe: | Oui"]
?
The limit in split doesn't seem to help...
See Question&Answers more detail:osHow can I split a string only once, i.e. make 1|Ceci n'est pas une pipe: | Oui
parse to: ["1", "Ceci n'est pas une pipe: | Oui"]
?
The limit in split doesn't seem to help...
See Question&Answers more detail:os