|
-
Dec 6th, 2005, 02:52 PM
#1
Thread Starter
Fanatic Member
Splitting a string that has no delimeter (or regex)
If i have a string "football" or "racing". How can i split this string? The String.split() method needs a delimeter (or as the documentation calls it a 'regex'). Because there is no regex i cannot use this method. Are there any other ways?
I want the new string to look like
Last edited by x-ice; Feb 25th, 2007 at 07:07 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|