Re: RegExp performance?

2007-02-25 Thread Christian Sonne
John Machin wrote: > On Feb 25, 7:21 pm, Christian Sonne <[EMAIL PROTECTED]> wrote: >> Long story short, I'm trying to find all ISBN-10 numbers in a multiline >> string (approximately 10 pages of a normal book), and as far as I can >> tell, the *correct* thing to m

RegExp performance?

2007-02-25 Thread Christian Sonne
n as fast as I'd expect from the beginning... I'm sorry I cannot supply test data, in my case, it comes from copyrighted material - however if it proves needed, I can probably construct dummy data to illustrate the problem Any and all guidance would be greatly appreciated, kind regards