# Functions
Delimited converts a string to delimited.lower.case, here using `.` as delimiter.
ScreamingDelimited converts a string to DELIMITED.UPPER.CASE, here using `.` as delimiter.
ScreamingSnake converts a string to SCREAMING_SNAKE_CASE.
Snake converts a string to snake_case.