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 4a728a4 commit a2b3fe9Copy full SHA for a2b3fe9
json-diff-test/src/main/java/me/codeleep/jsondiff/test/utils/FormatContent.java
@@ -14,7 +14,7 @@
14
* @description: 格式化内容
15
*/
16
public class FormatContent {
17
- private static final String REGEX = "[a-zA-Z]+(\\.[a-zA-Z]+)+";
+ private static final String REGEX = "[a-zA-Z]+(\\.[a-zA-Z0-9]+)+";
18
private static final Pattern pattern = Pattern.compile(REGEX);
19
20
/**
0 commit comments