Quickly checks whether the first characters of the string match any of the supplied operator strings.

Namespace:  SingularSys.Jep.ConfigurableParser.Matchers
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public virtual Token Match(
	string s
)
Visual Basic (Declaration)
Public Overridable Function Match ( _
	s As String _
) As Token
Visual C++
public:
virtual Token^ Match(
	String^ s
)

Parameters

s
Type: System..::.String

Implements

ITokenMatcher..::.Match(String)

See Also