Keyoti RapidFindReplace WPF API Docs
ProcessReplacementSyntax Method (replace, match)
API DocumentationKeyoti.RapidFindReplace.WPF.TextMatchingITextMatcherProcessReplacementSyntax(String, Highlight)
Keyoti RapidFindReplace WPF
Processes any relevant find syntax (eg. $1 style groupings in regex).
Declaration Syntax
C#Visual BasicVisual C++F#
string ProcessReplacementSyntax(
	string replace,
	Highlight match
)
Function ProcessReplacementSyntax ( 
	replace As String,
	match As Highlight
) As String
String^ ProcessReplacementSyntax(
	String^ replace, 
	Highlight^ match
)
abstract ProcessReplacementSyntax : 
        replace : string * 
        match : Highlight -> string 
Parameters
replace (String)
match (Highlight)
Return Value
String
Modified replace string (eg. with group substitutions in regular expressions)

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)