Searched refs:strReplaceFirst (Results 1 – 1 of 1) sorted by relevance
| /plugin/moaieditor/scripts/match/ |
| D | match_tools.js | 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'); [all …]
|