Skip to content

Commit

Permalink
修复:多重匹配中”正则匹配“bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Dec 14, 2021
1 parent 09c6ed0 commit 1c2d4c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RuleLine {
public static final String CHECK_NOT_CONTAIN = "不包含";
public static final String CHECK_START_WITH = "开头";
public static final String CHECK_END_WITH = "结尾";
public static final String CHECK_REGEX = "正则";
public static final String CHECK_REGEX = "正则匹配";
public static final List<String> CONJUNCTION_LIST = new ArrayList<>();
public static final List<String> FILED_LIST = new ArrayList<>();
public static final List<String> SURE_LIST = new ArrayList<>();
Expand Down

0 comments on commit 1c2d4c7

Please sign in to comment.