Introduction
Getting Started
Methods
Repeat the string multiple times.
Twine\Str::repeat( int $multiplier ) : Twine\Str
$string = new Twine\Str('beetlejuice'); $string->repeat(3); // Returns 'beetlejuicebeetlejuicebeetlejuice'