consolidate regexes

Jérôme Étévé jerome.eteve at gmail.com
Tue Feb 25 13:08:06 GMT 2014


What about Regexp::Assemble ?

J.

On 25 February 2014 12:49, Dirk Koopman <djk at tobit.co.uk> wrote:
> I am looking at an application where some incoming string needs to be
> compared to many (certainly 10s, probably 100s but not 1000s) regexes. This
> being a message passing application, speed is more important than it might
> otherwise be. The list of regexes is single exit simple ladder logic (i.e.
> the first match exits the list and is dealt with by the associated
> function).
>
> I am wondering whether there is some regex consolidation possible that turns
> the regex list into some single mega regex or a more formal state machine
> driven thingy.
>
> Dirk
>
>



-- 
Jerome Eteve
+44(0)7738864546
http://www.eteve.net/


More information about the london.pm mailing list