react-diff-viewer icon indicating copy to clipboard operation
react-diff-viewer copied to clipboard

Ignore case is not exposed

Open nickerzb opened this issue 5 years ago • 0 comments
trafficstars

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:

image

This function call would have to change in order to accomodate this option.

nickerzb avatar Jun 03 '20 21:06 nickerzb