We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSDiff supports ignoring case for the diffChars and diffWords.
https://github.com/kpdecker/jsdiff/tree/v4.0.1#api
As a consumer of this library, I should be able to decide if I want case sensitive comparing. Right now for example, I get the following diff:
This function call would have to change in order to accomodate this option.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JSDiff supports ignoring case for the diffChars and diffWords.
https://github.com/kpdecker/jsdiff/tree/v4.0.1#api
As a consumer of this library, I should be able to decide if I want case sensitive comparing. Right now for example, I get the following diff:
This function call
would have to change in order to accomodate this option.
The text was updated successfully, but these errors were encountered: