Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
The stringTokeniser class, tokenises strings using the characters theString = "hello# please~ tokenise~# my strings"; tokenising theString would return : hello but I require myString to be tokenised using all the characters in theTokens ("~#")and so theString would be split into hello# please~ tokenise Does anyone know which if there is a utility class that will do this ??
Replies:
|
Sponsored Links
|