start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: truncate Chapter 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: truncate Perl in a Nutshell Next: Reference: ucfirst
Reference: truncate Book Index Reference: ucfirst