userName( alpha=True )
→ string
alpha
If True (default) the function returns the user name with alpha characters only. Blank characters are replaced with underscores (_). If False, the function returns the user name as is.
See also |