public class Matcher2 extends Object
Modifier and Type | Method and Description |
---|---|
static Matcher2 |
build(Pattern pattern,
CharSequence input) |
int |
end() |
boolean |
find() |
String |
group() |
String |
group(int n) |
int |
groupCount() |
boolean |
matches() |
int |
start() |
public static Matcher2 build(Pattern pattern, CharSequence input)
public boolean matches()
public String group(int n)
public String group()
public int groupCount()
public boolean find()
public int end()
public int start()
Copyright © 2016. All Rights Reserved.