Quote:
Originally Posted by The_book
I think it is ^ and $ in regex. ^ means the start of a line and $ means the end.
What you want is the end of a line or the beginning of a line that has text on it, which I think close to ^.+$
|
If you just put in "find":
Could you put in "replace":
and that would turn:
Code:
I really like sandwiches!
Into:
Code:
<p>I really like sandwiches</p>