Factory for matching single line single quoted strings.

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

Syntax

C#
public static StringTokenMatcher2 SingleQuoteStringMatcher(
	bool incQuotes
)
Visual Basic (Declaration)
Public Shared Function SingleQuoteStringMatcher ( _
	incQuotes As Boolean _
) As StringTokenMatcher2
Visual C++
public:
static StringTokenMatcher2^ SingleQuoteStringMatcher(
	bool incQuotes
)

Parameters

incQuotes
Type: System..::.Boolean
whether the quote character should be returned to the parser.

Return Value

A StringTokenMatcher2 for matching single line single quoted strings.

See Also