# Functions
HashtagFromTitle generates a valid single-word, camelCase hashtag from a title (which might include spaces, punctuation, etc.).
NewCategory creates a Category you can insert into the database, based on a hashtag.
NewCategoryFromPartial creates a Category from a partially-populated Category, such as when a user initially creates one.
# Variables
No description provided by the author