Help for this page

Select Code to Download


  1. or download this
    $filter_map{$_} = $_ for 0 .. 9;
    
  2. or download this
    $filter .= join q{}, map $filter_map{ uc $_ }, split //, $filter_clean
    +;