>perl -wMstrict -le "my $str = 'Internal Computing Department'; ;; $str =~ s{ [^[:upper:]] }{}xmsg; ;; print qq{'$str'}; " 'ICD'