![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
perlfunc:ucfirstby gods |
on Aug 24, 1999 at 22:43 UTC ( #339=perlfunc: print w/replies, xml ) | Need Help?? |
ucfirstSee the current Perl documentation for ucfirst. Here is our local, out-dated (pre-5.6) version: ![]() ucfirst - return a string with just the next letter in upper case
![]() ucfirst EXPR ucfirst
![]()
Returns the value of
EXPR with the first character uppercased. This is the
internal function implementing the
If
EXPR is omitted, uses |
|