Introduction
Getting Started
Methods
Return part of the string occurring after a specific string.
Twine\Str::after( string $string ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->after(' '); // Returns 'pinkerton'