Documentation ¶
Index ¶
- func ContainsOnlyWhitespaces(str string) bool
- func FilterSql(str string) (result string)
- func Float64ToStr(v float64) string
- func Float64Val(s string, _def ...float64) float64
- func FloatToStr(v float64) string
- func FloatVal(s string, _def ...float32) float32
- func Int64ToStr(v int64) string
- func Int64Val(s string, _def ...int64) int64
- func IntToStr(v int) string
- func IntVal(s string, _def ...int) int
- func IsAllEmpty(strs ...string) bool
- func IsBlank(str string) bool
- func IsEmail(b []byte) bool
- func IsEmpty(str string) bool
- func IsMobile(str string) bool
- func IsNotBlank(str string) bool
- func IsNotEmpty(str string) bool
- func IsNumber(str string) bool
- func IsTel(str string) bool
- func IsWhitespace(c byte) bool
- func ObjArrToStrArr(objArr []interface{}) []string
- func RegMatch(str string, reg string) bool
- func ToStr(obj interface{}) string
- func ToStrArr(objArr ...interface{}) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsOnlyWhitespaces ¶
func Float64ToStr ¶
func FloatToStr ¶
func Int64ToStr ¶
func IsAllEmpty ¶
func IsNotBlank ¶
func IsNotEmpty ¶
func IsWhitespace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.