Using Php. Need:
On String Input: "Some terms with spaces between"
OutputArray <String>: {Some, terms, with, spaces, between}
|
feedback
|
|
You could use
while
An example where the regular expression based splitting is useful:
| |||||||||||||||
feedback
|
|
Just a question, but are you trying to make json out of the data? If so, then you might consider something like this:
| |||
|
feedback
|
Results in:
| ||||
|
feedback
|