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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.176 truncate Chapter 3
Functions
Next: 3.2.178 ucfirst
 

3.2.177 uc

uc 

EXPR

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


Previous: 3.2.176 truncate Programming Perl Next: 3.2.178 ucfirst
3.2.176 truncate Book Index 3.2.178 ucfirst