exec method, which shows different results after the same piece of code is commented out, is strange.
the same code, comment out the top and bottom, the result is not the same?
var myRe=/d (b +) console.log;
console.log (myRe.exec ("cdbbdbsdbdbz"));
console.log) (myRe.exec (" cdbbdbsbbdbz"));
console.log) (myRe.exec ("cdbbdbsdbdbz"));