I have a string : "1,2,,4"
I am using String Tokenizer class with the delimiter ","
I should get 4 strings : "1" "2" " " "4"
The 3rd String should be an empty string. But the String Tokenizer class
gives me only 3 strings without the empty string.
Is this a bug in the JDK ??? Is there any different way to do this ???
Thanks in Advance,
Harkishin
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html