I need to be able to break apart a string into its letters and its numbers. The strings it will be looking at are something along the lines of
"dir1" "path11"
I will also need to temporarily store the 2 values. I have found the .split method and it looks like it could be what I'm after but I can't figure out how to use it, should I keep looking into it or is there a better way?