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.
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.