Click or drag to resize

PegCharParserOptRepeat(PegCharParserOptimizedCharset) Method

Matches zero or more characters from the specified optimized character set.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool OptRepeat(
	PegCharParserOptimizedCharset charset
)

Parameters

charset  PegCharParserOptimizedCharset
The optimized character set to match.

Return Value

Boolean
true.
See Also