Documentation
¶
Index ¶
- func DetectType(input string) interface{}
- func Explode(separator string, stringStr string) []string
- func Implode(separator string, elements []string) string
- func InArray[T comparable](needle T, haystack []T) bool
- func InListArray[T comparable](needles []T, haystack []T) bool
- func Ip2long(ipStr string) (uint32, error)
- func IsInt(input string) (bool, int)
- func Isset(array map[interface{}]interface{}, key any) bool
- func Long2ip(ipLong uint32) string
- func Power(base, exponent float64) float64
- func RoundHundreds(number float64) float64
- func RoundTens(number float64) float64
- func RoundTo(number float64, places int) float64
- func Slice(arr []int, start, length int) []int
- func StringCompare(s1, s2 string, n int) int
- func StringPosition(stringStr string, needle string) int
- func Strncmp(s1, s2 string, n int) int
- func Strpos(stringStr string, needle string) int
- func Substr(s string, start int, length *int) string
- func Substring(s string, start int, length *int) string
- type Translator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectType ¶
func DetectType(input string) interface{}
func InArray ¶
func InArray[T comparable](needle T, haystack []T) bool
func InListArray ¶ added in v1.9.0
func InListArray[T comparable](needles []T, haystack []T) bool
func RoundHundreds ¶
func StringCompare ¶
func StringPosition ¶
Types ¶
type Translator ¶
type Translator interface {
// contains filtered or unexported methods
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.