Click or drag to resize

PegCharParserPlusRepeat(PegCharParserOptimizedCharset) Method

Matches one 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 PlusRepeat(
	PegCharParserOptimizedCharset charset
)

Parameters

charset  PegCharParserOptimizedCharset
The optimized character set to match.

Return Value

Boolean
true if at least one character matched; otherwise, false.
See Also