PLAYGROUND (experimental)

str_shuffle

Returns a new string with characters shuffled randomly.
str_shuffle(
    str
) -> STRING

Returns a new string with characters shuffled randomly.

Syntaxe

var result = str_shuffle("Hello World");

Arguments

NameTypeRequiredDefaultDescription
stryes-String to shuffle