UCFirst
Method Signature
UCFirst(string=[string], doAll=[boolean], doLowerIfAllUppercase=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Basic usage
ucFirst( "hello world!" );
Capitalize all the words in string
Handling of strings in all uppercase
Additional Examples
Related
Last updated
Was this helpful?
