3 open RXTEST
, "<", "regextest.txt";
8 # This is the RegEx we are testing. I think that this could
9 # be flawed in some situations that do not occur at present
10 # in the Catalyst APMS data.
12 s/((?<="")|(?<!"))"(?=( |$))/|/;
18 print "! ! ! ! ! Mismatch ! ! ! ! ! \n";
19 print "Before: $before";
20 print " After: $after";