# gofumpt
$ go install mvdan.cc/gofumpt@latest
v0.7.0 (go1.23.2)
-
SplitExt
: split a given string which can control the result slice contains empty string or not. -
SplitWords
: splits a string into words. Word only contains alphabetic characters. -
WordCount
: counts the number of meaningful words in a string. Word only contains alphabetic characters.