T3363
The alias input status check should leverage the existing isValidAliasString function's regex to weed out all instances of non-alphanumeric inputs (e.g. capital letters, spaces, symbols, non-english characters).
The else block here is also removed to prevent the scenario where an available alias overrides the invalid alias input error.