Introduction
Getting Started
Methods
Return a number of characters from the end of the string.
Twine\Str::last( int $count ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->last(9); // Returns 'pinkerton'