|
|
| more useful options | |
| PerlMonks |
perlfunc:ucby gods (Initiate) |
| on Aug 24, 1999 at 22:42 UTC ( [id://269]=perlfunc: print w/replies, xml ) | Need Help?? |
ucSee the current Perl documentation for uc. Here is our local, out-dated (pre-5.6) version: ![]() uc - return upper-case version of a string
![]() uc EXPR uc
![]()
Returns an uppercased version of
EXPR. This is the internal function implementing the
If
EXPR is omitted, uses |
|