Comparing whitespaces inside strings #2640
Unanswered
IAWAdrianParker
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Have you tried the Whitespaces → Ignore change option? If this doesn't work, defining Substitution filters like the one below might get you the results you expect.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had turned off whitespace comparison because of the number of lines it found where it began or ended with differing whitespaces. The problem is that it also ignores lines such as myfunc("Co Parent") vs myfunc("CoParent").
Is there a way around this as it's tedious to have to bypass all of the ones I don't care about.
Beta Was this translation helpful? Give feedback.
All reactions