StringMatcher Class

Represents a string matcher that can perform various types of string matching operations.

Definition

Namespace: Gemstone.StringExtensions.StringMatcher
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
public class StringMatcher
Inheritance
Object    StringMatcher

Constructors

StringMatcher Generates a new StringMatcher instance.

Properties

CaseSensitive Gets a flag indicating whether the match is case sensitive.
MatchMode Gets the StringMatchingMode used.
MatchText Gets the string that is being matched.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsMatch Compares the specified value against the match criteria.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also