#18679
Yutaka Emura
Keymaster

Hello Jamil,

To correctly find CR only lines, please use Find in Files (not normal Find), click the “>” button next to the File Types, and select “Current File”.

Then check Use Regular Expressions, and find:

\r(?!\n)

This will find all files with CR only.

I hope this helps.

Thank you!