# Functions
DeDupeStrSlice deduplicates a slices of strings.
Gzip compresses a file using gzip and writes the result to disk.
Ptr returns a pointer to any arbitrary variable.
Sanitize sends a string to lowercase, trims whitespace, replaces all non alphanumeric characters with a dash, removes consecutive dashes, and trims any leading or trailing dashes.