IRegexSearchResult Members
Defines the interface used for text searching, using regular expressions.Properties
Name | Description |
---|---|
CurrentResult | Gets the search result. Inherited from ISearchResult. |
Match | Provides access to the results from a single regular expression match. |
Methods
Name | Description |
---|---|
FindNext() | Performs a search. Inherited from ISearchResult. |
Replace(String) | Performs a text replacement. Inherited from ISearchResult. |
Reset() | Restarts the search. Inherited from ISearchResult. |
See Also