public class RegexpMatch extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroup(int group)
Returns a matching group within the input string.
|
java.lang.String |
getInput()
Returns the entire matching input.
|
int |
getMatchLength() |
public java.lang.String getGroup(int group)
public java.lang.String getInput()
public int getMatchLength()