Skip to content

BOAScripts/PS-CleanName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PS Clean Name

Purpose

2 Functions to clean strings for building a {Display Name} and an {Email Name}

Display Name

- All (ascii) letters  accepted
- Single quote (') and hyphen (-) accepted
- Upper case first letter
- Upper case first letters after a whitespace, a single quote or an hyphen

Mail Name

- Only lower case
- Replace special characters with a-z characters
- Remove non a-z characters

About

Functions to clean a string for building a DisplayName and an EmailName

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published