Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Has Perl regex DFA engine in its core?

by Athanasius (Archbishop)
on Oct 27, 2014 at 13:15 UTC ( [id://1105143]=note: print w/replies, xml ) Need Help??


in reply to Has Perl regex DFA engine in its core?

From the Camel Book (4th Edition, page 271):

Alternate Engines

Starting with v5.10, you can even swap out Perl’s entire regex engine and replace it with an alternate pattern-matching library. The underlying mechanics that make this possible are documented in the perlreapi manpage. It’s pretty tough reading, meant for seriously hardcore hackers only.

But you may be in luck. Thanks to CPAN, Perl plug-ins for the alternate regex engine of your choice may already exist. When you use these, you write your patterns normally and, come time to execute them, the alternate engine takes charge.

To find the alternate regex engines available on CPAN, search within the re::engine:: namespace.

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1105143]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-26 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found