I want to replace everything in a string which is NOT a letter or number
For example:
str1='hello! its a beautiful day today12 21 '
My desired output is "helloitsabeautifuldaytoday1221"
I understand there would be many ways of doing this but I only looking for something small and efficient possibly little flexible