public class RegexUtils
extends Object
正则工具类
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
matcher
正则匹配
- Parameters:
regex - 正则表达式
text - 匹配内容
- Returns:
Optional of Matcher