# Functions
Camel separates and returns the words in s, where each new word begins with an uppercase letter.
Pascal separates and returns the words in s, where each word begins with a uppercase letter.
Snake separates and returns the words in s by underscore.
Title capitalizes the first letter of the string.
Untitle lower-cases the first letter of the string.
# Type aliases
Words are a list of strings.