| Package | Description |
|---|---|
| org.parboiled |
| Modifier and Type | Method and Description |
|---|---|
org.parboiled.Rule |
BaseParser.IgnoreCase(char... characters)
Explicitly creates a rule matching the given string in a case-independent fashion.
|
org.parboiled.Rule |
BaseParser.String(char... characters)
Explicitly creates a rule matching the given string.
|