| Package | Description |
|---|---|
| dk.brics.automaton |
| Modifier and Type | Method and Description |
|---|---|
AutomatonMatcher |
RunAutomaton.newMatcher(java.lang.CharSequence s)
Creates a new automaton matcher for the given input.
|
AutomatonMatcher |
RunAutomaton.newMatcher(java.lang.CharSequence s,
int startOffset,
int endOffset)
Creates a new automaton matcher for the given input.
|