Does anybody know if there is a solid library based method to achieve the following.
Say I have the string
"name1, name2, name3, name4"
and I want to parse it into 2 strings based on the comma delimiter.
I would like the strings to look like this:
string1 = "name1";
string2 = "name2, name3, name4";
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…