#22405
sky
Participant

Suppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,
So you will need Find “\r\n” if this option is enabled.
adv

BTW, it seems have another problem here.
Find “abc” it will display : “Cannot find abc below the current position.” => OK
Find “\n\n” it will display : “Cannot find \n\n below the current position.” => OK
Find “abc” and Replace with “,” it will display : “Cannot find abc anywhere in document.” => OK
But, if Find “\n\n” and Replace with “,” it will display Nothing.
re