On Sun, 11 Apr 2004 20:50:42 -0400, leegold leegold2@verizon.net wrote:
use:
^.{2}[a-z]{1,2}_?[0-9]*([1-6]|[a-f])[^1-9]{2}a+$
against:
Axi_234b0Gaaa
then out your cursor between the 0 and the G in the string. then press enter so that Gaaa will be on line below Axi_234b0 so you'll see:
Axi_234b0 Gaaa
then, check the s box. And I get the crash.
I've just uploaded a new release (0.6.6) which fixes this bug. (Contrary to what I first thought this /was/ a bug in my CL-PPCRE library and not in the GUI.)
Thanks again for the bug report, Edi.