Re: references for making regexes go faster

2001-06-15 Thread Jeff 'japhy' Pinyan
On Jun 15, Aaron Craig said: >references for making regexes go faster It's all about brains, really. Optimization is done to some extent by the Perl regex engine, but you have to make sure you're not being silly and giving it something it'll spend a year on. Take the example

references for making regexes go faster

2001-06-15 Thread Aaron Craig
references for making regexes go faster I saw this mentioned in another post. Care to elaborate anyone? Aaron Craig Programming iSoftitler.com