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