What is the syntax for finding the end of a line in Find and Replace? Example: if I have the following lines of text.
<p>This is the first line of text.<p>
<br>this is the next line.</br>
I want to find both lines with a single search and replace them as a single line. What is the code for finding the end of the line or hard return?