On 03/03/2013 06:53 PM, Andrea Giammarchi wrote: > I had to check msdn rather than MDN since latter does not mention it while > mans shows an example: > http://msdn.microsoft.com/en-us/library/ie/3k9c4a32(v=vs.94).aspx
The RegExp statics aren't mentioned because they're a bad idea, imposing costs of some sort on pretty much all regular expression uses. Don't use them! And, um, this is quite possibly the most awful way to find a value in an array that I've ever seen. Even setting aside the statics usage! Jeff _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

