lowercaseWords

Convert the first letter of the string to lowercase.

Twine\Str::lowercaseWords() : Twine\Str

Examples

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

        $string->lowercaseWords(); // Returns 'jOHN pINKERTON'