Hi.<br><br>Can the Boost Tokenizer be used to split a string with a delimiter of several characters? With this I mean that the delimiter &quot;;;&quot; would split<br>(&quot;12;3;;45&quot;) into (&quot;12;3&quot;,&quot;45&quot;).
<br><br>I can't find functions etc for this in the documentation and the examples. Is there any other class that does this easily? <br><br>Best Regards, <br>Stian <br><br> <br>