Let's suppose, I have:
a = "0LÁM@UN@D0
I would like something that removes all the letters (A-Z) and other characters, I just want the numbers to stay in the example, it would only be 0 and 0
b = "A1B2C3"
Something that takes away the letters of the alphabets and characters, which delete everything other than integers in a string .
I'm using Python 2.7