Introduction
Getting Started
Methods
Convert the first letter of the string to lowercase.
Twine\Str::lowercaseFirst() : Twine\Str
$string = new Twine\Str('JOHN PINKERTON'); $string->lowercaseFirst(); // Returns 'jOHN PINKERTON'