my $str = "foo Ä bar"; print "matched\n" if $str =~ /\p{Lu}/;