Since I couldn't find a Regex forum, I figure readers here would be able to help. I'm using Python scripts (PyWikipediabot) to make some updates to a private Wiki. One of the things I'm trying to do is to select all the text on a page and replace it with new content. The closest that I've gotten is with .*.$ but that selects everything after the last line break but nothing before.
Any tips would be appreciated.
Any tips would be appreciated.