| | Name | Description |
|---|
 | OneOf(PegCharParserOptimizedCharset) |
Matches any character contained in the specified optimized character set.
|
 | OneOf(String) |
Matches any character contained in the specified string.
|
 | OneOf(Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char, Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
|
 | OneOf(Char, Char, Char, Char, Char, Char, Char, Char) |
Matches one of the specified characters.
|