连接字符串
文档在线
群组
CSDN之路
我的CSDN
许愿墙
首页
JAVA面试题
JAVA测试题
API文档
JAR下载
下载
帮助
站内搜索
查看原版文档
English Version
Java API频道主页
>
java.util.regex
> Pattern
搜索标题关键字:
搜索
public static Pattern
compile
(String regex)
public static Pattern
compile
(String regex, int flags)
public int
flags
()
public Matcher
matcher
(CharSequence input)
public static boolean
matches
(String regex, CharSequence input)
public String
pattern
()
public static String
quote
(String s)
public String[]
split
(CharSequence input, int limit)
public String[]
split
(CharSequence input)
public String
toString
()