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

pull/198/MERGE
runphp 3 years ago committed by Gitee
commit a8a7c55beb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -18,7 +18,7 @@ public class ReUtil
*
*/
public final static Set<Character> RE_KEYS = new HashSet<>(
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));;
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));
/**
* <br>

Loading…
Cancel
Save