in reply to Re: Parsing and translating Perl Regexes
in thread Parsing and translating Perl Regexes
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)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing and translating Perl Regexes
by wollmers (Scribe) on Nov 05, 2013 at 13:23 UTC |