Lines Matching refs:strReplaceFirst
142 text = this.strReplaceFirst(text, match, 'start');
148 text = this.strReplaceFirst(text, match, right.trim());
149 nolink = this.strReplaceFirst(text, match, '');
155 text = this.strReplaceFirst(text, match, string);
156 nolink = this.strReplaceFirst(text, match, '');
162 text = this.strReplaceFirst(text, match, right.trim());
163 nolink = this.strReplaceFirst(text, match, '');
170 text = this.strReplaceFirst(text, match, lastpart);
171 nolink = this.strReplaceFirst(text, match, '');
175 text = this.strReplaceFirst(text, match, 'start');
176 nolink = this.strReplaceFirst(text, match, '');
189 strReplaceFirst (string, search, replace) { method in MoaiEditor.MatchTools