mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-23 20:45:18 +00:00
去除多余的逗号
This commit is contained in:
@@ -18,7 +18,7 @@ public class ReUtil
|
|||||||
* 正则中需要被转义的关键字
|
* 正则中需要被转义的关键字
|
||||||
*/
|
*/
|
||||||
public final static Set<Character> RE_KEYS = new HashSet<>(
|
public final static Set<Character> RE_KEYS = new HashSet<>(
|
||||||
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));;
|
Arrays.asList('$', '(', ')', '*', '+', '.', '[', ']', '?', '\\', '^', '{', '}', '|'));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 正则替换指定值<br>
|
* 正则替换指定值<br>
|
||||||
|
Reference in New Issue
Block a user