On 5 Sep 2013, at 19:37, Norbert Lindenberg <[email protected]> wrote:
> On Sep 5, 2013, at 1:06 , Mathias Bynens <[email protected]> wrote: > >> On 26 Aug 2013, at 04:08, Norbert Lindenberg >> <[email protected]> wrote: >> >>> On Aug 24, 2013, at 23:43 , Mathias Bynens <[email protected]> wrote: >>> >>>> I would suggest adding something like `String.isIdentifier` which accepts >>>> a multi-symbol string or an array of code points to the strawman. Seems >>>> useful to be able to do `String.isIdentifier('foobar')` >>> >>> What would be the use case(s) for that? >> >> Tools like http://mothereff.in/js-escapes. > > I see nothing on that page about identifiers. Sorry, wrong link. I meant this one: http://mothereff.in/js-variables > Note that String methods in general don't know anything about Unicode escapes > - those are handled by the ECMAScript or JSON parsers. Of course. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

