Goto main content

str_shuffle

Randomly shuffles a string

STR_SHUFFLE

NAME

str_shuffle - Randomly shuffles a string

SYNOPSIS

str_shuffle(string)

PARAMETERS

string
The input string.

RETURN

Returns the shuffled string.

EXAMPLES

in:  res=<{str_shuffle("ONE SAMPLE")}>.
out: res=ONE SAMPLE.

SEE ALSO

{{ include("includes/strings.sn") }}

AUTHOR

Written by Pusnei Sergey, <sergey@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.