uc

uc EXPR

uc

Returns an uppercased version of EXPR. This is the internal function implementing the \U escape in double-quoted strings. It does not attempt to do titlecase mapping on initial letters. See ucfirst for that.

If EXPR is omitted, uses $_ .

This function behaves the same way under various pragma, such as in a locale, as lc does.

doc_perl
2016-12-06 03:28:11
Comments
Leave a Comment

Please login to continue.