Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my $emptystring = '\"\"';
    ...
     print '* match' if $emptystring =~ /^\"((?:[^^\"\\]|\\[\"\\])*)\"$/;
    "
    * match