Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $str =~ s/\s//g;
        return lc $str;
    }
    
  2. or download this
    #Untried
    $_ =~ s/$regex_2/$+{group_x} . $+{group_y} . changer("$+{text}")/e;