History of RegExp.prototype.exec() Revision history for: English (US) May 23, 2016, 1:41:26 AM fscholz clr review; thx! Previous May 22, 2016, 7:40:59 AM bmacnaughton Minor - missing plural. Previous Jan 4, 2016, 5:18:16 AM fscholz add ES draft Previous Jul 11, 2015, 2:01:18 AM fscholz fix compat parsing error; cleanup Previous Jul 8, 2015, 2:12:12 AM TheRaz Description said it would alert a message while console.log was used in the example. Previous Feb 9, 2015, 7:09:00 AM fscholz clear review Previous Feb 7, 2015, 10:23:32 AM Brettz9 Note to be aware of missing global flag in while loop usage Previous Feb 6, 2015, 10:48:36 PM Brettz9 lastIndex appears never to change when no 'g' flag set, so adding info about it Previous Jan 22, 2015, 10:20:19 PM Mingun Standartized markup, added {{jsxref}} macros, fixed header ids, replaced `alert` to `console.log`, added `Reference` tag. Previous Nov 25, 2014, 2:17:50 AM NilsRennebarth Fixed index property in example regex match