Stripping everything but alphanumeric chars from a string in Python
What is the best way to strip all non alphanumeric characters from a string, using Python?
What is the best way to strip all non alphanumeric characters from a string, using Python?