Help for this page

Select Code to Download


  1. or download this
    my $string = 'I am a "Perl programmer", you are a "piece of rust"';
    $string =~ /"(.*)"/;
    print "$1\n";
    
  2. or download this
    $string =~ /"([^"]*)"/; # 'Perl programmer'
    
  3. or download this
     _  _ _  _  
    (_|| | |(_|><
     _|