Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Right. The regex machinery is compiling the regex stirng into a | Lars> state machine, so this should only be done once (static). > | So we should do that for all regex uses, right?
Yes, either that or move the regex so that it will not be recreated often. -- Lgb