Thanks to visit codestin.com
Credit goes to github.com

Skip to content

an option ignoreContentCase. #66

@toramameseven

Description

@toramameseven

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions