You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Forgive the OT post, but does anyone know why no JS engine has yet implemented look-behind assertions in regular expressions?
-FG
tjholowaychuk
unread,
Aug 30, 2011, 11:46:28 PM8/30/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
you can kinda fake it with the callback
Diogo Resende
unread,
Aug 31, 2011, 5:27:02 AM8/31/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
You're talking about negative look-behind/ahead right? I don't use positive ones, they are easy to emulate without look-*. I actually asked myself that a while ago.. :P