Sebastian Zartner (2013-09-28T20:54:13.000Z)
I wonder if the discussion about lookbehinds[1] and Marc Harter's proposal
for them[2] in the past led to anything.
I'd really like to see these implemented in ECMAScript specification and it
seems I am not the only one.[3][4][5] This even caused people to try to
mimic them.[6]
So I wanted to pick up the discussion again and ask, what info was missing
that they didn't get specified?

Sebastian

[1] https://mail.mozilla.org/pipermail/es-discuss/2010-November/012164.html
[2]
https://docs.google.com/document/pub?id=1EUHvr1SC72g6OPo5fJjelVESpd4nI0D5NQpF3oUO5UM
[3]
http://stackoverflow.com/questions/12273112/will-js-regex-ever-get-lookbehind
[4]
http://stackoverflow.com/questions/13993793/error-using-both-lookahead-and-look-behind-regex
[5] http://regexadvice.com/forums/thread/85210.aspx
[6] http://blog.stevenlevithan.com/archives/mimic-lookbehind-javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130928/a1b28430/attachment.html>
domenic at domenicdenicola.com (2013-10-13T02:55:50.960Z)
I wonder if the discussion about lookbehinds[1] and Marc Harter's proposal
for them[2] in the past led to anything.
I'd really like to see these implemented in ECMAScript specification and it
seems I am not the only one. [3], [4], [5] This even caused people to try to
mimic them.[6]
So I wanted to pick up the discussion again and ask, what info was missing
that they didn't get specified?

[1]: https://mail.mozilla.org/pipermail/es-discuss/2010-November/012164.html
[2]: https://docs.google.com/document/pub?id=1EUHvr1SC72g6OPo5fJjelVESpd4nI0D5NQpF3oUO5UM
[3]: http://stackoverflow.com/questions/12273112/will-js-regex-ever-get-lookbehind
[4]: http://stackoverflow.com/questions/13993793/error-using-both-lookahead-and-look-behind-regex
[5]: http://regexadvice.com/forums/thread/85210.aspx
[6]: http://blog.stevenlevithan.com/archives/mimic