Matches identifiers which start with a letter or underscore and are followed by 0 or more letters digits or underscores.

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

Syntax

C#
public static IdentifierTokenMatcher BasicIndetifierMatcher()
Visual Basic (Declaration)
Public Shared Function BasicIndetifierMatcher As IdentifierTokenMatcher
Visual C++
public:
static IdentifierTokenMatcher^ BasicIndetifierMatcher()

See Also