string

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddIfNotExists

func AddIfNotExists(list []string, item string) []string

func CheckURL

func CheckURL(url string) bool

func ContainsString

func ContainsString(slice []string, str string) bool

func EncodeToString

func EncodeToString(str string) string

func ExtractNumber

func ExtractNumber(prefix, str string) (int, error)

func ExtractPortFromURL

func ExtractPortFromURL(rawurl string) (string, error)

func GetDomain

func GetDomain(u string) string

func IsIPPortURL

func IsIPPortURL(urlString string) bool

func IsIp

func IsIp(u string) (bool, error)

func ParseMetadataString

func ParseMetadataString(metadataStr string) map[string]string

func ParseUrl

func ParseUrl(urlString string) (string, error)

func RandStr

func RandStr(length int) string

func RemoveStringFromSlice

func RemoveStringFromSlice(slice []string, value string) []string

func ReplaceSeparator

func ReplaceSeparator(s, oldSep, newSep string) string

Types

type URL

type URL struct {
	HostName string
	Port     string
}

func GetURl

func GetURl(address string) (*URL, error)

Jump to

Keyboard shortcuts

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