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