Versions in this module Expand all Collapse all v2 v2.0.1 Apr 3, 2023 v2.0.0 Apr 3, 2023 Changes in this version + var DefaultTrimChars = string([]byte{ ... }) + func EqualFoldWithoutChars(s1, s2 string) bool + func FormatCmdKey(s string) string + func FormatEnvKey(s string) string + func IsArray(value interface{}) bool + func IsDebugEnabled() bool + func IsEmpty(value interface{}) bool + func IsFloat(value interface{}) bool + func IsInt(value interface{}) bool + func IsLetter(b byte) bool + func IsLetterLower(b byte) bool + func IsLetterUpper(b byte) bool + func IsMap(value interface{}) bool + func IsNil(value interface{}) bool + func IsNumeric(s string) bool + func IsSlice(value interface{}) bool + func IsStruct(value interface{}) bool + func IsUint(value interface{}) bool + func ListToMapByKey(list []map[string]interface{}, key string) map[string]interface + func MapContainsPossibleKey(data map[string]interface{}, key string) bool + func MapPossibleItemByKey(data map[string]interface{}, key string) (foundKey string, foundValue interface{}) + func NewReadCloser(content []byte, repeatable bool) io.ReadCloser + func NewReadCloserWithReadCloser(r io.ReadCloser, repeatable bool) (io.ReadCloser, error) + func RemoveSymbols(s string) string + func ReplaceByMap(origin string, replaces map[string]string) string + func SetDebugEnabled(enabled bool) + func SplitAndTrim(str, delimiter string, characterMask ...string) []string + func StripSlashes(str string) string + func Trim(str string, characterMask ...string) string + func UcFirst(s string) string + type ReadCloser struct + func (b *ReadCloser) Close() error + func (b *ReadCloser) Read(p []byte) (n int, err error)