PegCharParserIn(String) Method |
Matches a character within any of the inclusive ranges defined by the string.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool In(
string s
)
Parameters
- s String
- The string containing inclusive range pairs.
Return Value
Booleantrue if the current character is in any range; otherwise,
false.
See Also