Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: truncateChapter 5
Function Reference
Next: Reference: ucfirst
 

uc

uc string

Returns an uppercased version of string (or $_ if string is omitted). This is the internal function implementing the \U escape in double-quoted strings. POSIX setlocale(3) settings are respected.


Previous: Reference: truncatePerl in a NutshellNext: Reference: ucfirst
Reference: truncateBook IndexReference: ucfirst