Introduction
Getting Started
Methods
Append one or more strings to the string.
Twine\Str::append( string ...$strings ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->append(' jr'); // Returns 'john pinkerton jr'