Hi.

Can the Boost Tokenizer be used to split a string with a delimiter of several characters? With this I mean that the delimiter ";;" would split
("12;3;;45") into ("12;3","45").

I can't find functions etc for this in the documentation and the examples. Is there any other class that does this easily?

Best Regards,
Stian