Click or drag to resize

PegCharParserNotIn Method

Matches a character outside all inclusive ranges defined by the string.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool NotIn(
	string s
)

Parameters

s  String
The string containing inclusive range pairs.

Return Value

Boolean
true if the current character is outside all ranges; otherwise, false.
See Also