Norbert Lindenberg (2013-09-05T22:06:46.000Z)
domenic at domenicdenicola.com (2013-09-08T01:11:20.471Z)
On Sep 5, 2013, at 10:40 , Mathias Bynens <mathias at qiwi.be> wrote: > Sorry, wrong link. I meant this one: http://mothereff.in/js-variables That's a nice page! But I doubt that developers will create such tools often enough to make a convenience function in the standard worthwhile. I proposed isIdentifierStart and isIdentifierPart because recognizing identifier characters across ECMAScript and Unicode versions requires large data tables; implementing the unescaping rules and filtering reserved words isn't all that hard.