in reply to Re: Recursive Regex: Update
in thread Recursive Regex: Update
If it were released as a module, it would be very nice.Well, writing a PCRE module with a procedural or object-oriented interface would be reasonably easy, if that's what you mean. Getting slightly more ambitious, if perl's regex engine were made properly pluggable, you could write a pragma to switch in the PCRE implementation.
Out of interest, why wouldn't you like it replacing Perl's built-in engine? (supposing the UTF8 support were properly finished)use PCRE; print "Well formed!\n" if /$Juerds_regex/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Recursive Regex: Update
by Juerd (Abbot) on Apr 20, 2002 at 17:31 UTC | |
by robin (Chaplain) on Apr 21, 2002 at 14:35 UTC | |
|
Re: Re: Re: Recursive Regex: Update
by demerphq (Chancellor) on Apr 22, 2002 at 13:25 UTC |