From: Frank (opcode_at_[hidden])
Date: 2006-06-08 19:44:03


I have a string that is delimited with '|' that I
want to
parse with boost::tokenizer.

ie: "label 1|label2||label 3"

It all parses ok except that the whitespace within
the
label is removed.

Is there a way to configure the tokenizer to leave
whitespace alone?

Thanks
Frank