StringMatcher Constructor

Generates a new StringMatcher instance.

Definition

Namespace: Gemstone.StringExtensions.StringMatcher
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
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