aspose file tools
The moose likes Beginning Java and the fly likes Parsing problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Parsing problem" Watch "Parsing problem" New topic
Author

Parsing problem

Ashu Patel
Greenhorn

Joined: Sep 15, 2003
Posts: 10
Hi friends help me out please
i am getting a string as an out put which looks like this
" cindy,martha,terreca"
i am getting this as a whole string..
what i want to do is parse this and get individual name
Any logic,any snipplet will be a great help
Sincerly
Ashish
Jeffrey Hunter
Ranch Hand

Joined: Apr 16, 2004
Posts: 305
Lookup StringTokenizer in the Java APIs at java.sun.com.
[ May 03, 2004: Message edited by: Jeffrey Hunter ]
C. Nimo
Ranch Hand

Joined: Mar 23, 2004
Posts: 82
Look up StringTokenizer class.
Cindy White
Greenhorn

Joined: Nov 18, 2000
Posts: 2
Thanks a lot for guiding me on the right path..
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Parsing problem
 
Similar Threads
JBOSS sample portlet
Tomcat Access Problem
Getting Coverage report by Hudson Cobertura plugin
Retaining Retaining Drop down value
Split method