Click or drag to resize

PegBaseParserPlusRepeat Method

Matches one or more repetitions.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool PlusRepeat(
	PegBaseParserMatcher toRepeat
)

Parameters

toRepeat  PegBaseParserMatcher
The matcher to repeat.

Return Value

Boolean
true if at least one repetition succeeds; otherwise, false.
See Also