Question
best way to split a single string containing 2 words into word1 and word2
Whats the best way to take a string containing 2 words and split it into 2 strings ?
eg. "red ferrari"
string1 "red"
string2 "ferrari"
Whats the best way to take a string containing 2 words and split it into 2 strings ?
eg. "red ferrari"
string1 "red"
string2 "ferrari"
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.