Versions in this module Expand all Collapse all v1 v1.0.2 Feb 23, 2026 v1.0.1 Jan 21, 2026 Changes in this version + func CutLastString(text, beginChar, endChar string) string + func IsBlank(value string) bool + func IsNotBlank(value string) bool + func SplitIndex(s, sep string, index int) (string, bool) + func ToInt(value string, def ...int) (int, bool) + func ToInt32(value string, def ...int32) (int32, bool) + func ToInt32D(value string, def ...int32) int32 + func ToInt64(value string, def ...int64) (int64, bool) + func ToInt64D(value string, def ...int64) int64 + func ToIntD(value string, def ...int) int + func ToString(value interface{}) string + func ToStringSlice(val []interface{}) []string + func ToUint(value string, def ...uint) (uint, bool) + func ToUintD(value string, def ...uint) uint