Pre Merge pull request !198 from runphp/N/A

This commit is contained in:
runphp 2022-06-13 12:46:07 +00:00 committed by Gitee
commit a8a7c55beb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ReUtil
* 正则中需要被转义的关键字
*/
public final static Set<Character> RE_KEYS = new HashSet<>(
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));;
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));
/**
* 正则替换指定值<br>