Help for this page

Select Code to Download


  1. or download this
    $inverse_regex = 'a.b';
    for (0..9,a..z){
    ($result = $inverse_regex) =~ s/\./$_/;
    print $result;
    }
    
  2. or download this
    ($_='jjjuuusssttt annootthheer
         pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;