Help for this page

Select Code to Download


  1. or download this
    my $string=" \aabc123def!*#\n";
    $string=~s{  ([[:digit:]]+)
    ...
                                         
              }gex;
    print $string;