package
0.0.0-20240106075236-2e001e6401ef
Repository: https://github.com/agrison/go-commons-lang.git
Documentation: pkg.go.dev
# Functions
Capitalize capitalizes all the whitespace separated words in a String.
CapitalizeDelimited capitalizes all the delimiter separated words in a String.
ContainsAllWords checks if the String contains all words.
Initials extracts the initial letters from each word in the String.
InitialsDelimited extracts the initial letters from each word in the String.
SwapCase swaps the case of a String using a word based algorithm.
Uncapitalize uncapitalizes all the whitespace separated words in a string.
UncapitalizeDelimited uncapitalizes all the whitespace separated words in a String.