It could also be that "pretty print" is adding whitespace to the beginning of the line (e.g. tab?).
I did a quick experiment, and while
did not find what I wanted, this one did:
Code:
find:
^\W*<p class=
( it also includes the previous end-of-line, though)