<p> and </p> just don't seem to want to match in the regexp. Even when I use a blanket expression such as this: Text.*$, if the $ envelops a <p> or </p> it doesn't work. I have to explicitly make sure that $ does not match one of these, so I use: Text.*More text. As long as "More text" finishes just before the <p></p> it is all good.
Any ideas when this will be fixed? Removing headers and footers at the moment is more about guesswork and experimentation.
|