### Discussed in https://github.com/geany/geany/discussions/3955
<div type='discussions-op-text'>
<sup>Originally posted by **chatchoi** September 19, 2024</sup> I typed `\n`, tried both regular expressions with multi-line matching and escape sequences. None of them worked.
I'm using Geany on Windows via PortableApps.
p/s: The file itself is UTF16-LE (with BOM), with Windows line endings (CRLF).</div>
Note: making it an issue, because it seems no one cares about my thread in Discussions.
Note: making it an issue, because it seems no one cares about my thread in Discussions.
All Geany contributors are volunteers, if they don't have time at some point there may be a delay.
If the file is CRLF line ends then search for that not just the LF.
If the file is CRLF line ends then search for that not just the LF.
OK. Search for `\r\n` instead of just `\n`.
Closed #3959 as completed.
github-comments@lists.geany.org