Method ReplaceCurrent
ReplaceCurrent(string, SearchOptions, Match)
Replaces currently selected text.
public bool ReplaceCurrent(string replaceWith, SearchOptions options, Match match)Parameters
- replaceWithstring
- Text to replace. 
- optionsSearchOptions
- Specifies parameters of search and replace operations. 
- matchMatch
- Represents Match object if regular expression search successful. 
Returns
- bool
- True if succeed; otherwise false.