Method NeedReplaceCurrent
NeedReplaceCurrent(out Match)
When implemented by a class, indicates whether search engine need to replace successfully found and selected text.
bool NeedReplaceCurrent(out Match match)
Parameters
match
MatchReceives match if regular expression search successful.
Returns
- bool
True if selected text matches search text; otherwise false.