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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to shuffle |