Tag Archives: uppercase to lowercase
Perl – Uppercase to Lowercase Conversion via the Translation Operator
Perl’s translation operator provides a way to substitute one group of characters for another. In the below script I demonstrate how easy it is to use the translation operator to convert standard input from the command prompt from uppercase letters … Continue reading