I have a variable which includes letters and numbers. I need to use the numbers in the varible, and strip out the letters. For example, the value of my variable is

"item1"

I need to get rid of the "item" and create a new varible which contains only the "1"

Any ideas?