in reply to Re: Regular expression speed issues
in thread Regular expression speed issues
But note that the presence of utf-8 can slow down functions
such as index() and substr() that rely on offsets. It would
be possible to get around that by caching the last known offset in a string, but as far as I know, that optimization hasn't been done yet.