Documentation
¶
Index ¶
- func IsBlank(str string) bool
- func SliceToStr2(slice []string) (string, string)
- func SliceToStr3(slice []string) (string, string, string)
- func SliceToStr4(slice []string) (string, string, string, string)
- func StrSplit2(str string, sep string) (string, string)
- func StrSplit3(str string, sep string) (string, string, string)
- func StrToBool(str string, defaultVal bool) bool
- func StrToInt[T int | int8 | int16 | int32 | int64](str string, base, bitSize int, defaultVal T) T
- func StrToSlice(strs ...string) []string
- func StrToUint[T uint | uint8 | uint16 | uint32 | uint64](str string, base, bitSize int, defaultVal T) T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceToStr2 ¶
func StrToSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.