my $datei = 'Mein Name ist $hansĀ§.'; my @platzhalter = $datei =~ /\$(.+?)[^A-Za-z0-9]/g; print join ', ', @platzhalter;