Splitting a character string in C++
strsplitC(s, sep)
s
a character string to be split
sep
a character that delimits the splits
strsplitC(c(";aaa;bb;cccc;ee;"), sep=";")