Click or drag to resize

PegCharParserNotOneOf Method

Matches any character not contained in the specified string.

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

Parameters

s  String
The set of characters that must not match.

Return Value

Boolean
true if the current character is not contained in s; otherwise, false.
See Also