lowercaseFirst

Convert the first letter of the string to lowercase.

Twine\Str::lowercaseFirst() : Twine\Str

Examples

$string = new Twine\Str('JOHN PINKERTON');

        $string->lowercaseFirst(); // Returns 'jOHN PINKERTON'