package
0.0.0-20250208085904-1b1a66c1158a
Repository: https://github.com/breadchris/share.git
Documentation: pkg.go.dev
# 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.