Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CutLastString ¶
CutLastString 截取字符串中最后一段,以@beginChar开始,@endChar结束的字符 @text 文本 @beginChar 开始
func IsNotBlank ¶ added in v1.1.29
func ToStringSlice ¶
func ToStringSlice(val []interface{}) []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.