Construct a string matcher.

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

Syntax

C#
public StringTokenMatcher2(
	char delim,
	bool incQuotes
)
Visual Basic (Declaration)
Public Sub New ( _
	delim As Char, _
	incQuotes As Boolean _
)
Visual C++
public:
StringTokenMatcher2(
	wchar_t delim, 
	bool incQuotes
)

Parameters

delim
Type: System..::.Char
The delimiter character typically " or ' or `.
incQuotes
Type: System..::.Boolean
whether the quote character should be included.

Exceptions

See Also