我有这个代码:
var txt = 'DELIMETER is replaced';
txt += 'DELIMETER is replaced';
txt += 'DELIMETER is replaced';
txt += 'DELIMETER is replaced';
txt += 'DELIMETER is replaced'; <-- leave this and not replace the last DELIMETER
txt = txt.replace(/DELIMETER/g, "HI");
我知道所有有“定界仪”的单词都将替换为“HI”,但我想要的只是替换“定界仪”的前四个出现,但保留最后一个“定界仪”,而不是替换该词。
如何实现这一点,我必须使用正则表达式?
慕田峪4524236
繁星淼淼
眼眸繁星
相关分类