You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it seems that diffWords treats an apostrophe as a word separator? As you can see in the above image, the single letter change in the word am (am -> an) creates a new word. But, removing 'm from i'm just crosses out the 'm rather than separating the i into a new word.
I'd like to have it so that only whitespace counts as a word separator, so that for example i'm -> i would display a crossed out i'm and a separate i. Is this possible with current options?
The text was updated successfully, but these errors were encountered:
Currently, it seems that
diffWords
treats an apostrophe as a word separator? As you can see in the above image, the single letter change in the wordam
(am
->an
) creates a new word. But, removing'm
fromi'm
just crosses out the'm
rather than separating thei
into a new word.I'd like to have it so that only whitespace counts as a word separator, so that for example
i'm -> i
would display a crossed outi'm
and a separatei
. Is this possible with current options?The text was updated successfully, but these errors were encountered: