PegCharParserPlusRepeat(PegCharParserOptimizedCharset) Method |
Matches one or more characters from the specified optimized character set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool PlusRepeat(
PegCharParserOptimizedCharset charset
)
Parameters
- charset PegCharParserOptimizedCharset
- The optimized character set to match.
Return Value
Booleantrue if at least one character matched; otherwise,
false.
See Also