Dear all , Can any one tell me what the following code can match
$_=<>; if (/"^abc[A\b]def$"/ ){ print "true" ; } else { print "false"; } [download]
In reply to What it mathches` by abubacker