连接字符串
文档在线
群组
CSDN之路
我的CSDN
许愿墙
首页
JAVA面试题
JAVA测试题
API文档
JAR下载
下载
帮助
站内搜索
查看原版文档
English Version
Java API频道主页
>
java.util.regex
> Matcher
搜索标题关键字:
搜索
public Matcher
appendReplacement
(StringBuffer sb, String replacement)
public StringBuffer
appendTail
(StringBuffer sb)
public int
end
()
public int
end
(int group)
public boolean
find
()
public boolean
find
(int start)
public String
group
()
public String
group
(int group)
public int
groupCount
()
public boolean
hasAnchoringBounds
()
public boolean
hasTransparentBounds
()
public boolean
hitEnd
()
public boolean
lookingAt
()
public boolean
matches
()
public Pattern
pattern
()
public static String
quoteReplacement
(String s)
public Matcher
region
(int start, int end)
public int
regionEnd
()
public int
regionStart
()
public String
replaceAll
(String replacement)
public String
replaceFirst
(String replacement)
public boolean
requireEnd
()
public Matcher
reset
()
public Matcher
reset
(CharSequence input)
public int
start
()
public int
start
(int group)
public MatchResult
toMatchResult
()
public String
toString
()
public Matcher
useAnchoringBounds
(boolean b)
public Matcher
usePattern
(Pattern newPattern)
public Matcher
useTransparentBounds
(boolean b)