Documentation
¶
Index ¶
- func Add(s []string, a string) []string
- func AddWithDistinct(s []string, a string) []string
- func Bool(s string) (bool, error)
- func Bytes(s string) (b []byte)
- func Contain(ele string, s []string) bool
- func Equal(a, b []string) bool
- func Float32(s string) (float32, error)
- func Float64(s string) (float64, error)
- func Int(s string) (int, error)
- func Int64(s string) (int64, error)
- func IsEmpty(s string) bool
- func Last(s string, b byte) int
- func MaxSubStrLen(str string) int
- func Remove(s *[]string, eles ...string)
- func RemoveAll(s *[]string, eles ...string)
- func Reverse(s []string)
- func ToLower(s string) string
- func ToUpper(s string) string
- func Uint64(s string) (uint64, error)
- func Union(s []string, a []string) []string
- func Unique(s []string) (r []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWithDistinct ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.