English
Appearance
Randomly shuffles the received string and returns it.
str
string
String
stringStringstr
strShuffle('abcdefg'); // e.g. 'bgafced'
strShuffle('abcdefg') # e.g. 'bgafced'