IRegexSearchResult Members
In This Article
#Properties
Name | Description |
---|---|
Current |
Gets the search result.
Inherited from ISearch |
Match | Provides access to the results from a single regular expression match. |
#Methods
Name | Description |
---|---|
Find |
Performs a search.
Inherited from ISearch |
Replace |
Performs a text replacement.
Inherited from ISearch |
Reset() |
Restarts the search.
Inherited from ISearch |
See Also