[regex-coach] possible regex coach bug

Hi, I get the message: T is not of type #:FIX and then I click OK and the the programs ends. So regex coach appears to gracefully crash. I use Win2k. 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 got the regex example from: http://jon.oxer.com.au/regex-cheat-sheet.php Thanks, Lee G.

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.
You are right, this is a bug. Thanks for reporting it. Some simple tests show that this is a bug in the GUI and not in the regex engine. I'll try to fix this in the next days but I cannot guarantee a date as I'm quite busy right now. Thanks again, Edi.

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.
participants (2)
-
Edi Weitz
-
leegold