#perl -e '$_="1aa23.4a";$_=~s/[a-f]//gi;print "$_\n"' 123.4 # [download]
In reply to Re: data cleaning - removing text from variables by Ryszard in thread data cleaning - removing text from variables by ecuguru