Function shuffleString

  • Shuffles the characters of a given string and returns the shuffled string.

    Parameters

    • str: string

      The input string to be shuffled.

    Returns string

    The shuffled string.

Generated using TypeDoc