IRegexSearchResult Interface
In This Article
Defines the interface used for text searching, using regular expressions.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Methods that return IRegexSearchResult instances:
#Remarks
The SubDocument.StartSearch method provides the IRegexSearchResult interface. You can then use the Match interface to get the match, continue searching or perform the replacement.
See Also