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