Versions in this module Expand all Collapse all v1 v1.1.1 Jul 31, 2024 v1.1.0 Jul 28, 2024 v1.0.0 Jul 28, 2024 Changes in this version + func IsArray(value interface{}) bool + func IsLetter(b byte) bool + func IsLetterLower(b byte) bool + func IsLetterUpper(b byte) bool + func IsNumeric(s string) bool + func ReplaceByMap(origin string, replaces map[string]string) string + func UcFirst(s string) string