Results 1 to 2 of 2
Thread: split method problem
- 04-02-2010, 05:38 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 49
- Rep Power
- 0
split method problem
HI , all
sorry for repeating the post,,,
BUT I WANT TO MAKE,,, a split method without using the already written method
my fucntion signature should be like this
public static String[] (String s, String regex)
please help me,,
i want to know how does split()method in String class works..
Coz i want to create a new split method that returns an array of strings with delimiters,
for example ("ab$sc$11$" , "$") >>returns an array that contains
ab,$,sc,#,11,$
please help with code ,,or with the alogarithm at least,,
I dont know how to start !!!
please Help !! i wan
- 04-02-2010, 05:50 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Please do not post the same question in multiple times. Stick with a one. I've to close this thread, since there is a comment in the other thread.
Similar Threads
-
Please help me with Split method> String
By javanew in forum New To JavaReplies: 5Last Post: 04-02-2010, 06:15 PM -
split problem
By mac in forum New To JavaReplies: 4Last Post: 01-02-2010, 04:46 AM -
split method question
By Chasingxsuns in forum New To JavaReplies: 3Last Post: 11-19-2009, 07:19 PM -
Problem with split function
By a.tajj in forum New To JavaReplies: 4Last Post: 04-14-2009, 03:30 AM -
problem with split method
By abhiN in forum New To JavaReplies: 7Last Post: 02-10-2009, 01:54 PM


LinkBack URL
About LinkBacks

Bookmarks