Find/Replace with New Line

While splitting paragraphs and moving them around, I end up with instances of a paragraph left with a space at the end.

I can search for those instances with a RegEx period-space-new line (. \n). When I use replace with the corrected period-new line text (.\n), the replace function creates literal ā€œ\nā€ text instead of a new line.

How can I perform a quick find/replace to eliminate these spaces?

Thanks,
Bud
(Note: Win 11, Scrivener 3.1.4.1)

Copy a literal line break and paste it. Or insert it with āŒƒāŽ.

1 Like

Woohoo! That does it.

Thanks bunches!
Bud

1 Like