Searched refs:strReplaceFirst (Results 1 – 1 of 1) sorted by relevance
| /plugin/moaieditor/scripts/match/ |
| D | match_tools.js | 141 text = this.strReplaceFirst(text, match, 'start'); 147 text = this.strReplaceFirst(text, match, right.trim()); 148 nolink = this.strReplaceFirst(text, match, ''); 154 text = this.strReplaceFirst(text, match, string); 155 nolink = this.strReplaceFirst(text, match, ''); 161 text = this.strReplaceFirst(text, match, right.trim()); 162 nolink = this.strReplaceFirst(text, match, ''); 169 text = this.strReplaceFirst(text, match, lastpart); 170 nolink = this.strReplaceFirst(text, match, ''); 174 text = this.strReplaceFirst(text, match, 'start'); [all …]
|