# Functions
Base64Encode base64 encode.
GenMd5 Generate a 32-bit md5 string.
LowerFirst lower first char for a string.
NewComparator create.
Padding a string.
PadLeft a string.
PadRight a string.
PrettyJSON get pretty Json string.
RandomBytes generate.
RandomString generate.
RenderTemplate render text template.
Repeat repeat a string.
RepeatRune repeat a rune char.
Replaces replace multi strings pairs - [old => new] can also use: strings.NewReplacer("old1", "new1", "old2", "new2").Replace(str).
Similarity calc for two string.
Split string to slice.
Substr for a string.
UpperFirst upper first char.
UpperWord Change the first character of each word to uppercase.
# Structs
SimilarComparator definition links: https://github.com/mkideal/cli/blob/master/fuzzy.go.