$string = 'ÄÖÜäöüß'; $string =~ tr/ÄÖÜäöüß/AOUaous/; # dein 2. Punkt $string = lc($string); $string =~ s/[^\d]//g;