Versions in this module Expand all Collapse all v0 v0.0.1 Oct 12, 2022 Changes in this version + func CutLastString(text, beginChar, endChar string) string + func IsBlank(value string) bool + func IsNotBlank(value string) bool + func ToInt(value string, def ...int) (int, bool) + func ToInt32(value string, def ...int32) (int32, bool) + func ToInt64(value string, def ...int64) (int64, bool) + func ToString(value interface{}) string + func ToStringSlice(val []interface{}) []string