Documentation ¶
Index ¶
- func Casing(text string) string
- func Code(text, codeType string) string
- func Digits(text string) string
- func DuplicateLines(text, contentNew, sep string) string
- func EmptyLines(text string) string
- func RemoveAlphaNumericRegex(text string, exceptions []string) string
- func RemoveChineseChars(text string) string
- func RemoveExcept(text string, exceptions []string) string
- func SentenceMaxWords(text string, max int) string
- func SpecialChars(text string, exceptions []string) string
- func TrimSpaceMultiline(text, sep string) string
- func UnrealWords(text string) string
- func WordsLength(text, mode string, limit int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DuplicateLines ¶
func EmptyLines ¶
func RemoveAlphaNumericRegex ¶
func RemoveChineseChars ¶
func RemoveExcept ¶
func SentenceMaxWords ¶
func SpecialChars ¶
func TrimSpaceMultiline ¶
func UnrealWords ¶
func WordsLength ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.