The following tables list the members exposed by LTRegex.
Public Constructors
Name | Description | |
---|---|---|
LTRegex | Initializes a new instance of LTRegex. |
Public Methods
Name | Description | |
---|---|---|
IsMatch | Checks if the provided string is matched by the LTRegex's pattern. | |
Matches | Retrieves all matches for the provided string. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the LTRegex instance. | |
Finalize | This method overrides System.Object.Finalize |
See Also