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