PegCharParserOneOf(String) Method |
Matches any character contained in the specified string.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool OneOf(
string s
)
Parameters
- s String
- The set of characters to match.
Return Value
Booleantrue if the current character is contained in
s; otherwise,
false.
See Also