259 Views
The ECMAScript proposal "RegExp match indices" (by Ron Buckton) adds more information to regular expression match objects (as returned by RegExp.prototype.exec() and other methods): They now record for each captured group where it starts and where it ends. Read on for more information.
0 comments