utils

package module
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2025 License: BSD-3-Clause Imports: 6 Imported by: 7

README

utils

utils

GoDoc GitHub stars Go Report Card codecov

Versions

Stable Version GitHub Release GitHub Release

Contributors

JanGalek actions-user

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DetectType

func DetectType(input string) interface{}

func Explode

func Explode(separator string, stringStr string) []string

func Implode

func Implode(separator string, elements []string) string

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 Ip2long

func Ip2long(ipStr string) (uint32, error)

func IsInt

func IsInt(input string) (bool, int)

func Isset

func Isset(array map[interface{}]interface{}, key any) bool

func Long2ip

func Long2ip(ipLong uint32) string

func Power

func Power(base, exponent float64) float64

func RoundHundreds

func RoundHundreds(number float64) float64

func RoundTens

func RoundTens(number float64) float64

func RoundTo

func RoundTo(number float64, places int) float64

func Slice

func Slice(arr []int, start, length int) []int

func StringCompare

func StringCompare(s1, s2 string, n int) int

func StringPosition

func StringPosition(stringStr string, needle string) int

func Strncmp

func Strncmp(s1, s2 string, n int) int

func Strpos

func Strpos(stringStr string, needle string) int

func Substr

func Substr(s string, start int, length *int) string

func Substring

func Substring(s string, start int, length *int) string

Types

type Translator

type Translator interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL