You can also do var text = "azertyazerty"; var result = _.replace(text, /az/g, "qu"); you have to use the RegExp with global option offered by lodash. so ...
確定! 回上一頁