UCFirst
Transform the first letter of a string to uppercase or the first letter of each word, and optionally lowercase uppercase characters.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to transform. | |
|
|
| Boolean flag indicating whether to transform the first letter of each word. |
|
|
|
| Boolean flag indicating whether to lowercase uppercase characters. |
|
Examples
Related
Last updated