JS' RegEx is based on Perl4, so plenty of things must be excluded.
eLISP RegEx predates Perl (i.e. old POSIX), many escapes are inverted - e.g. \( <-> ( - and since regexes are always strings, any slash must be additionally escaped from string interpolation (leading to so called "slasheritis")
Hope the last 2 phrases were still readable for you.
Cheers Rolf
( addicted to the Perl Programming Language)
In reply to Re^2: Parsing and translating Perl Regexes
by LanX
in thread Parsing and translating Perl Regexes
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |