PegBaseParserPlusRepeat Method |
Matches one or more repetitions.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool PlusRepeat(
PegBaseParserMatcher toRepeat
)
Parameters
- toRepeat PegBaseParserMatcher
- The matcher to repeat.
Return Value
Booleantrue if at least one repetition succeeds; otherwise,
false.
See Also