Stringtokenizer and blank tokens
843835Feb 14 2002 — edited Feb 14 2002if I had the following string:
,,test
and tokenized it on "," there would only be one token "test". How can I have the blank tokens show up as a null (or some other token)?
I do not want the empty tokens to be discarded, but counted so I know they were blank.
Thanks.