If I had a string that contained:

"45 + 70 - 10"

How could I split the numbers into an integer array, and split the operators or letters into a string array?

Simply, I just want to separate the numbers and letters into two different arrays.