componentsSeparatedByString

is there any simple solution for componentsSeparatedByString in c++?
i read ccstring,it turn’s out there is no such thing in it’s api.

Cocos2d-x ccstring doesn’t have any built in solution for this but you can check this link http://stackoverflow.com/questions/236129/splitting-a-string-in-c

thanks.