Click or drag to resize

PegCharParserOneOf(String) Method

Matches any character 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 OneOf(
	string s
)

Parameters

s  String
The set of characters to match.

Return Value

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