Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Columnify ¶
Columnify strips invalid db identifier characters.
func Sanitize ¶
Sanitize sanitizes `str` by removing all characters satisfying `removePattern`. Returns an error if the pattern is not valid regex string.
func Sentenize ¶
Sentenize converts and normalizes string into a sentence.
func Snakecase ¶
Snakecase removes all non word characters and converts any english text into a snakecase. "ABBREVIATIONS" are preserved, eg. "myTestDB" will become "my_test_db".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.