in reply to Re: Organising lots of simple regexes
in thread Organising lots of simple regexes

It's a fair nit, guv'nor. What I meant was compiled from something other than perl regex literals, like a text config file or xml or something else. I'll update the root node to make it clearer. Cheers.

  • Comment on Re: Re: Organising lots of simple regexes

Replies are listed 'Best First'.
Re: Re: Re: Organising lots of simple regexes
by diotalevi (Canon) on Jan 27, 2004 at 17:18 UTC
    See /o is dead, long live qr//! for more than you ever wanted to know about when regular expressions are compiled and how you can control that.