I want to know if Beyond Compare could treat the following as unimportant difference?
Left: this is a sentence
Right: this is {change to another line} a sentence
I thought maybe I could define something like '\n' or '\r\n' as unimportant text using regular expressions, but seems the tool doesn't support searching '\n' or '\r\n'...Are there any other ways to do this?