History of RegExp Revision history for: English (US) Oct 4, 2016, 2:22:53 AM fscholz clear review; thanks! Previous Oct 3, 2016, 10:31:45 AM xaka2004 Previous Sep 27, 2016, 9:49:42 AM kumar303 clarified what the global flag implies Previous Aug 20, 2016, 4:58:38 AM Alhadis Deleted zero-width spaces that'd somehow crept into the "Equivalent to…" class examples. Interesting oddity, especially since U+200B isn't even matched by \s… Previous Jul 31, 2016, 9:56:16 AM torazaburo Previous Jun 16, 2016, 4:04:51 PM vsemozhetbyt Copy the correct stiky flag code example from the https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky Previous Jun 13, 2016, 12:20:02 AM albertstill correct return type of String#match is an Array Previous May 29, 2016, 10:55:48 PM ysmood Update the explanation of the \b and \B, make it more clear and detailed. Previous May 18, 2016, 9:04:07 PM nhahtdh Update quick links Previous Apr 9, 2016, 6:32:53 AM arai Bug 887016 - Implement ES6 RegExp.prototype methods and change String.prototype methods to delegate