Buehler, Bob am Montag, 12. Dezember 2005 22.18: > Also: > > $name =~ tr/a-z/A-Z/; > > (the string is in $name variable)
Ok, but this won't match words in my language (and others) or words containing unicode. :-) > -----Original Message----- > From: John Doe [mailto:[EMAIL PROTECTED] [...] > Jenny Chen am Montag, 12. Dezember 2005 21.49: > > Hi All, [...] > > Does anyone know how to convert a string in lower case > > to upper case in Perl? Thanks. > > yes, > > perldoc -f uc > > does. > > hth, joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>