Randomly shuffle the characters of the string.

Twine\Str::shuffle( void ) : Twine\Str

Examples

$string = new Twine\Str('john pinkerton');

        $string->shuffle(); // Returns something like 'nphjin erkotno'