#30071
David
Participant

Hello Patrik C, Thanks for your reply.

I understand the difference between CR+LF and CR, LF.
Now I’m talking about the feature Find/Replaces in Files. Would you pls have a try the following expression:

    Treat CR and LF Separately check box is activated, img {\r\n can works.It’s good.
    Treat CR and LF Separately check box is disactivated, img {\r, img {\n and img {\r\n doesn’t work at all. But img \{\n (a slash \ before bracket { )works. Also img {\r?\n?

    So I’m confusing:
    1. if Treat CR and LF Separately check box have to activate during Find/Replaces in Files?
    2. While

    Treat CR and LF Separately check box is disactivated, What‘s the reason for img \{\n (a slash \ before bracket { )and img {\r?\n? can works?