ES6 RegExp replace() Node.js path 模块 ES6 RegExp search() ES6 RegExp replace() var str = 'Good Morning'; var newstr = str.replace('Morning', 'Night'); console.log(newstr); Node.js path 模块 ES6 RegExp search()