Match the start of the string.

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

Syntax

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

Parameters

s
Type: System..::.String
a string to be matched

Return Value

a clone of the matching symbol

Implements

ITokenMatcher..::.Match(String)

See Also