Introduction
Getting Started
Methods
Randomly shuffle the characters of the string.
Twine\Str::shuffle( void ) : Twine\Str
$string = new Twine\Str('john pinkerton'); $string->shuffle(); // Returns something like 'nphjin erkotno'