I have a .txt document containing a long body of text mixed with some special characters that I want to remove. I want to do something like re.findAll to extract all words and save the file with the other characters filtered out. How can I open the file, extract all non alphanumeric characters, and then save it with the same file name (with all spaces in place, obviously)? Is there a better way with re.sub?I have a .txt document containing a long body o