match an empty line with a regex?
How can I match an empty line with a regex? I tried both ^$ and ^\s*$ but it says No matches found for both of those. I have a bunch of plain text and I'd like to put a /p and then a p between the paragraphs where there are currently blank lines.
|