Hey guys!
I wanted to use regex to remove the unwanted data from my text file. It goes like this:

I have 2 doubts here:
1. I know my data always lies between the tags <pre> and </pre>. I have extracted this already.
But between the tags, sometimes ## comes too. I want to replace all the # and the text between them with a space. What's the best way to go about it?
2. Also, is it possible to extract the data from the data in the form 201808010000 (date and time)
Would really appreciate the help!