# Functions
Columnify strips invalid db identifier characters.
Sanitize sanitizes `str` by removing all characters satisfying `removePattern`.
Sentenize converts and normalizes string into a sentence.
Snakecase removes all non word characters and converts any english text into a snakecase.
UcFirst converts the first character of a string into uppercase.