in reply to Re: [RFC] Building Regex Alternations Dynamically
in thread Building Regex Alternations Dynamically

> Note: There is a module which does this with optimization: Regexp::Trie. And there is a fancier Regexp::Assemble.

ReNote: Both modules are mostly obsolete since demerphq implemented trie optimization in Perl's regex engine (>=5.9.2)

see http://taint.org/2006/07/07/184022a.html for details

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^2: [RFC] Building Regex Alternations Dynamically