# Functions
No description provided by the author
EveryTitle makes every word start with uppercase Example:
Input: HELLO WORLD Output: Hello World.
No description provided by the author
OnlyLetter keeps only latin letters & underscore ("_") Example:
Input: john_smith_jr.
Title makes text first word starts with upper case, other words with lower case.
Username makes given text to username standard.