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