查看原版文档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)