Documentation
¶
Index ¶
- func AppendZeroInt(value int) string
- func Base64FromByte(b []byte) string
- func Base64FromByteToByte(b []byte) []byte
- func Base64FromString(s string) string
- func ClearCommaInline(text string) string
- func ClearUnicode(text string) string
- func Contains(path string, contain ...string) bool
- func F64ToString(num float64) string
- func F64ToStringDyn(num float64) string
- func FillNumberString(size int) []string
- func FillZeroFloat32(size int) []float32
- func Find(a []string, x string) bool
- func FindInt(a []int64, x int64) bool
- func FloatDecimal(num float64, precision int) float64
- func Format2Digit(num float64) string
- func GetCodeFromName(str string) string
- func HasCode(id string, index int) string
- func I64ToString(num int64) string
- func IsDigit(s string) bool
- func IsEmpty(val string) bool
- func IsExpired(jwt string, key string) bool
- func IsFloat(t reflect.Type) bool
- func IsInt(t reflect.Type) bool
- func JoinInt64(source []int64, sep string) string
- func Match(find string, source ...string) bool
- func ParseConnectionString[T any](connectionString string, target *T) error
- func ParseFloat32Safety(num string) float32
- func ParseFloat64(num string) (float64, error)
- func ParseFloat64Safety(num string) float64
- func ParseInt(num string) (int, error)
- func ParseInt64(num string) (int64, error)
- func ParseInt64Safety(num string) int64
- func Rand(min float64, max float64) float64
- func RemoveDoubleQuote(text string) string
- func RemoveExtension(filename string) string
- func RemoveIndex(s []interface{}, index int) []interface{}
- func Round(num float64) int
- func SplitDash(input string) []string
- func ToFloat64(value interface{}) float64
- func TrimLower(text string) string
- func TrimToLower(text string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendZeroInt ¶
func Base64FromByte ¶
func Base64FromByteToByte ¶
func Base64FromString ¶
func ClearCommaInline ¶
func ClearUnicode ¶
func F64ToString ¶
func F64ToStringDyn ¶
func FillNumberString ¶
func FillZeroFloat32 ¶
func FloatDecimal ¶
func Format2Digit ¶
func GetCodeFromName ¶
func I64ToString ¶
func ParseConnectionString ¶
func ParseFloat32Safety ¶
func ParseFloat64 ¶
func ParseFloat64Safety ¶
func ParseInt64 ¶
func ParseInt64Safety ¶
func RemoveDoubleQuote ¶
func RemoveExtension ¶
func RemoveIndex ¶
func RemoveIndex(s []interface{}, index int) []interface{}
func TrimToLower ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.