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.