Agama Installer
    Preparing search index...

    Function suggestUsernames

    • Method which generates username suggestions based on given full name.

      The method cleans given name by removing non-alphanumeric characters (except spaces), splits the name into parts, and then generates suggestions based on these parts.

      Parameters

      • fullName: string

        The full name used to generate username suggestions.

      Returns string[]

      An array of username suggestions.