Versions in this module Expand all Collapse all v0 v0.5.0 Jun 21, 2024 Changes in this version + func CamelToSnake(s string) string + func Capitalize(str string) string + func DeCapitalize(str string) string + func IsLower(v byte) bool + func IsUpper(v byte) bool + func ToLower(v byte) byte + func ToUpper(v byte) byte