Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IRegexSearchResult Members

In This Article
Defines the interface used for text searching, using regular expressions.

#Properties
Show Inherited Hide Inherited

Name Description
CurrentResult Gets the search result. Inherited from ISearchResult.
Match Provides access to the results from a single regular expression match.

#Methods
Show Inherited Hide Inherited

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