Introduction
Getting Started
Methods
Convert the string to studlyCase.
Twine\Str::studlyCase( void ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->studlyCase(); // Returns 'JohnPinkerton'