S
shapper
Hello,
I have the following string:
"first, second, third, fourth, last"
And yet another one:
" yellow and blue , something,hello,nothing "
I would like to get all words and phrases and be sure to remove the
white spaces before and after ,
Then I would like to create some kind of list with it.
For example, string 2 would create the list:
yellow and blue
something
hello
nothing
Thanks,
Miguel
I have the following string:
"first, second, third, fourth, last"
And yet another one:
" yellow and blue , something,hello,nothing "
I would like to get all words and phrases and be sure to remove the
white spaces before and after ,
Then I would like to create some kind of list with it.
For example, string 2 would create the list:
yellow and blue
something
hello
nothing
Thanks,
Miguel