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:
how would one go about parsing a string and breaking it up based on a delimiter, and add them as elements of an array... say, we have I can go about using a while loop to get each one and something along those lines. however would i get all the elements from the parent string? and how would I add all these substring elements to a new String array? Or is there a better way of doing this? any help/insight would be appreciated. thanx much Replies:
|
Sponsored Links
|