-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
We want an option ignoreContentCase.
When we develop the vba extensions, vba kindly does case conversions automatically.
So, we compare files, dir-compare detects the difference.
We think adding the code below is ok, but we can not test.
at function compareLine in compareLines.ts
if (options.ignoreContentCase) {
line1 = Line1.toLocaleLowerCase()
line2 = line2.toLocaleLowerCase()
}
Or, someone tell us, how to extend dir-compare to ignore Content Case.
thank you.
Metadata
Metadata
Assignees
Labels
No labels