what is the name of this operator: =~ and where can I read more about it?
174 views
Skip to first unread message
Paul Pfaff
unread,
Aug 24, 2014, 6:01:54 PM8/24/14
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 no...@googlegroups.com
Hey group,
really new to node and javascript, (and most other programming) so far I am enjoying this library, I guessed that !=~ is a not for this symbol and it appears to work, but I'm not familar with it's name (does it exist outside of nools?) I'm having a hard searching for it on google.
Thanks in advance.
Chris Dolan
unread,
Aug 24, 2014, 7:38:57 PM8/24/14
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 no...@googlegroups.com
In Perl, I've often heard this called the "match operator". But apparently it's officially the "binding operator"