Package | Description |
---|---|
net.percederberg.grammatica.parser.re |
Modifier and Type | Method and Description |
---|---|
Matcher |
RegExp.matcher(CharBuffer str)
Deprecated.
The CharBuffer class has been deprecated in favor
of ReaderBuffer as of version 1.5. Create a ReaderBuffer
and use the matcher(ReaderBuffer) method instead of this one.
|
Matcher |
RegExp.matcher(ReaderBuffer buffer)
Creates a new matcher for the specified look-ahead character
input stream.
|
Matcher |
RegExp.matcher(java.lang.String str)
Creates a new matcher for the specified string.
|