Searched refs:rxFind (Results 1 – 1 of 1) sorted by relevance
168 Regex rxFind = null; in PerformXmlReplace()170 rxFind = new Regex(opt.FindText, (bMatchCase ? RegexOptions.None : in PerformXmlReplace()192 else if(bReplace) ApplyReplace(xpNav, opt, rxFind); in PerformXmlReplace()227 Regex rxFind) in ApplyReplace() argument237 if(rxFind != null) str = rxFind.Replace(strData, opt.ReplaceText); in ApplyReplace()