I'd like to break a large string into multiple strings for each word that is contained in the string. Each word is seperated by a a space so I figure that's the best way to identify them. What would be the best way to accomplish this? I was thinking maybe I could try to 'find' space and then substring based on integer.
↧