Re: precompiled regular expressions

2003-12-02 Thread Rob Dixon
<[EMAIL PROTECTED]> wrote: > > Hi, whats the right way to precompile a regular expression > that gets used multiple times without changing. > > I don't think I can use /o, because the specific line of code > which performs the pattern match is used to check various > patterns against various values

precompiled regular expressions

2003-12-02 Thread mcdavis941
Hi, whats the right way to precompile a regular expression that gets used multiple times without changing. I don't think I can use /o, because the specific line of code which performs the pattern match is used to check various patterns against various values at various times. None the less,