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