Results 1 to 4 of 4
Thread: How to use split?
- 12-29-2010, 08:42 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
- 12-29-2010, 08:48 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,381
- Blog Entries
- 7
- Rep Power
- 17
The split( ... ) methods use the Pattern class (regular expressions); that class (and the split( ... ) methods) were included in the SE distribution since version 1.4 (see the API documentation). Java version 1.3 and earlier simply didn't have that functionality, you had to implement it yourself. For the use of a StringTokenizer also read the API documentation.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 12-29-2010, 09:07 AM #3
Member
- Join Date
- Dec 2010
- Posts
- 2
- Rep Power
- 0
Hi Thanks for reply. oh i see. Can you show sample of stringtokenizer? I would like to see.
- 12-29-2010, 09:23 AM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,381
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
Split a String with split()--Help
By danilson in forum New To JavaReplies: 7Last Post: 11-19-2010, 04:08 PM -
Split string help
By Ben1 in forum New To JavaReplies: 1Last Post: 11-08-2010, 04:28 PM -
split problem
By mac in forum New To JavaReplies: 4Last Post: 01-02-2010, 04:46 AM -
How to split a String using split function
By Java Tip in forum java.langReplies: 4Last Post: 04-17-2009, 08:27 PM -
How to split a String using split function
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:32 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks