#split

Posts tagged with "split"

C++ code with string manipulation and data structures

Split Strings in C++ With Boost

I just wrote about how to trim strings with boost, and the code where I first needed to trim was actually a very simple naive parser where strings of key value pairs would be split and then each part trimmed.