Get the length of the string.

Twine\Str::length( void ) : int

Examples

$string = new Twine\Str('john pinkerton');

        $string->length(); // Returns 14