in reply to Re: A Regex to identify Regex's / Compiling a regex
in thread A Regex to identify Regex's / Compiling a regex
Following your suggestion of using the m!! format works. So the problem lies in how the regex is getting compiled. I did a bit more testing and discovered that using the \\ fails when it is next to a \/ combination (on either side). It fails if I use the // or m// style. At this point it's mostly a matter of curiousity but an interesting anomaly within either the eval function or the Perl regex engine.
Thanks, William
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: A Regex to identify Regex's / Compiling a regex
by bart (Canon) on Sep 19, 2002 at 22:41 UTC | |
Re: Re: Re: A Regex to identify Regex's / Compiling a regex
by BrowserUk (Patriarch) on Sep 19, 2002 at 22:47 UTC |