StringMatcher Constructor

Generates a new StringMatcher instance.

Definition

Namespace: Gemstone.StringExtensions.StringMatcher
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
public StringMatcher(
	StringMatchingMode mode,
	string value,
	bool caseSensitive = false
)

Parameters

mode  StringMatchingMode
Sets the StringMatchingMode used to match.
value  String
The string being matched.
caseSensitive  Boolean  (Optional)
A flag indicating if the match is case sensitive.

See Also