perl -e "print (('Testä' =~ /Ä/i) ? 'Match' : 'NOMatch')" perl -e "print (('Testä' =~ /ä/i) ? 'Match' : 'NOMatch')"