StringMatcher Constructor
Namespace: Gemstone.StringExtensions.StringMatcherAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
Public Sub New (
mode As StringMatchingMode,
value As String,
Optional caseSensitive As Boolean = false
)
public:
StringMatcher(
StringMatchingMode mode,
String^ value,
bool caseSensitive = false
)
Gemstone.StringExtensions.StringMatcher.StringMatcher = function(mode, value, caseSensitive);
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.