ole90
11-24-2008, 02:20 PM
So i'm supposed to take a string and input it into a stringbuffer function. I was told to split the string up using stringbuffer but how do i go about doing this? I need to get each individual word in the string and then put that word into a function in order to change that individual word.
Any ideas on how to use stringbuffer to get each different word?
I tried putting the string into an array and using split but apparently I am supposed to use stringbuffer to get the juice.
Any help is appriciated :)
Any ideas on how to use stringbuffer to get each different word?
I tried putting the string into an array and using split but apparently I am supposed to use stringbuffer to get the juice.
Any help is appriciated :)