public override int Replace(string given, string replace, bool caseSensitive, bool wholeWord) { Regex pattern = Class191.smethod_1(given, caseSensitive, wholeWord); return(this.Replace(pattern, replace)); }
public int Replace(string given, TextSelection textSelection, bool caseSensitive, bool wholeWord, bool saveFormatting) { Regex pattern = Class191.smethod_1(given, caseSensitive, wholeWord); return(this.Replace(pattern, textSelection, saveFormatting)); }
internal int method_26(string A_0, string A_1, bool A_2, bool A_3) { Regex regex = Class191.smethod_1(A_0, A_2, A_3); return(this.method_27(regex, A_1)); }