It would be cool to have a way defining ignore the letter case changes. Like: ``` difflib.ndiff(before, after, { caseSensitive: false }) ``` I am not sure if I can work this around with `charjunk` and `linejunk` stuff.