We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9039825 commit 5cc2cf4Copy full SHA for 5cc2cf4
java-diff-utils/src/main/java/com/github/difflib/text/DiffRowGenerator.java
@@ -67,7 +67,7 @@ public final class DiffRowGenerator {
67
return list;
68
};
69
70
- public static final Pattern SPLIT_BY_WORD_PATTERN = Pattern.compile("\\s+|[,.\\[\\](){}/\\\\*+\\-#]");
+ public static final Pattern SPLIT_BY_WORD_PATTERN = Pattern.compile("\\s+|[,.\\[\\](){}/\\\\*+\\-#<>;:&\\']+");
71
72
/**
73
* Splitting lines by word to achieve word by word diff checking.
0 commit comments