Hi everyone,

How do I split a string like this
"500 57 - 33 + 17 * 22 -"

into an array of strings
"500" "57" "-" "33" ..

What function can do that for me?