Help for this page

Select Code to Download


  1. or download this
    qr[(?:"[^"]+"|'[^']+')]
    
  2. or download this
    my @class = ( "'", '"' );
    my $re = "[(?:".join("|",map{"${_}[^$_]+$_"}@class).")]";