Re: PCRE
- Posted by Matt Lewis <matthewwalkerlewis at ?mail.?om> May 05, 2008
- 661 views
Jeremy Cowgar wrote: > > Matt Lewis wrote: > > > > I started playing around with PCRE today, to do some benchmarks. I compared > > it with using the wxEuphoria regex functions. > > > > wx: 2.49 > > pcre: 0.22 > > > > That's a substantial difference. What does wxEuphoria use for regular > expressions? > Are they part of wxWidgets? Yes, it's built into wxWidgets. It uses Henry Spencer's Regex library. Matt