package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.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.