淘先锋技术网
首页
1
2
3
4
5
6
7
Patterncompile的用法_java
Patterncompile的用法?
Pattern.compile用于编译正则表达式并生产一个Pattern对象。这个Pattern对象可以判断某个给定的字符串是否匹配此正则表达式。