Removing right-to-left mark and other unicode characters from input in Python
- by Earl Bellinger
I am writing a forum in Python. I want to strip input containing the right-to-left mark and things like that. Suggestions? Possibly a regular expression?