Performs text search using regular expressions.
Inheritance Hierarchy
FirstFloor.Documents.SearchRegexSearchProvider
Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The RegexSearchProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RegexSearchProvider |
Initializes a new instance of the RegexSearchProvider class.
|
Properties
Name | Description | |
---|---|---|
![]() | Options |
Gets or sets the options for a regular expression search.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SearchText |
Searches the text for occurences of given text to search.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also