实例\B
var text = "this is a former browser!"; console.log(text.match(/\B.s/g)); // is swvar text = "this is a former browser!";