Introduction
Getting Started
Methods
Convert the first character of the string to uppercase.
Twine\Str::uppercaseFirst() : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->uppercaseFirst(); // Returns 'John pinkerton'