in reply to Re: Re: Regex Dollar Amounts
in thread Regex Dollar Amounts
But this regex is forcing me to put a non digit character in place for it to be trueif($amount =~ m/^-?(\d+)\.(\d\d)$/)
if ($Amount !~ m/^-?(\d+)\.(\d\d)$/) { display_output($templatefile,);#error page print <<EOF;#good result, move on
|
|---|