dimanche 27 septembre 2015

Split string by regex in C++11

I have a string "Nicholas,Bob,Jack", and I need to split it into three parts,"Nicholas","Bob"and"Jack". I want to use regex in c++11. What should I do?

Aucun commentaire:

Enregistrer un commentaire