Thursday, August 18, 2011

How to isolate a word in a String variable in java?

Use a for loop to search for a space followed by a number, and then store the index. Then, use that index to retrieve the string you want.

No comments:

Post a Comment