There is no such character as EOL, even in plain text ASCII files!
In Writer, what looks like the end of line can be represented in three ways:
- nothing: ordinary line wrap where Writer chooses the wrap position
- line break: caused by
Shift+Enter forcing line wrap without leaving the paragraph
- paragraph break: indicated by
Enter making a line wrap and leaving the paragraph
You can’t edit 1. 2 and 3 have different conventional representation and are not characters but markup and are managed differently by Find & Replace. 2 is \n in a regexp while 3 can only be edited if the regexp is reduced to $ alone.
Site remark: adding SOLVED to the title does not tell the site engine the question is answered. To flag it as such, you must accept an answer.