Hello,
I have a weird case and I don’t know if I am doing something bad.
I have a document with newlines.
I tried ^\n, ^\r\n, \r\n\r\n with no match.
If I use an hex editor I can see that there is a 0D0A0D0A that should be \r\n\r\n, right?
But, as you may note, it does not match.
What part am I missing?
I am sorry but I am a new user and since that, I cannot upload more than one image to the topic
Thanks in advance