Page 1 of 1

Syntax for finding the end of a line

Posted: Wed Mar 25, 2020 5:37 am
by carlospackard
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?