other : shuffle

DESCRIPTION

shuffle simply re-arranges all characters within a string, and returns the result.


PARAMETERS

value (optional) - the string to be shuffled


EXAMPLES

...     
     <shuffle value="a string" />
...


...
     <shuffle>
          a string
     </shuffle>
...