Help for this page

Select Code to Download


  1. or download this
    "jeffrey" =~ /(.*?)(.)\2(.*)/;
    print "$1 + $2 + $2 + $3 = $1$2$2$3\n";
    ...
      "" =~ /(?=)/;
      print "$1 + $2 + $2 + $3 = $1$2$2$3\n";
    }
    
  2. or download this
    je + f + f + rey = jeffrey
    je + f + f + rey = jeffrey
     +  +  +  =