in reply to fast string parser: regex versus substr

You might want to have a look at unpack. Benchmarks between the use of unpack() and substr() were discussed previously in Unexpected: unpack slower than several substr's. Why?.

Liz

  • Comment on Re: fast string parser: regex versus substr