string

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 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(address 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 FirstCharToLower added in v0.4.0

func FirstCharToLower(str string) string

func GetDomain

func GetDomain(u string) string

func IsBase64Decoding added in v0.4.0

func IsBase64Decoding(str string) bool

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 ReplacePath added in v0.4.0

func ReplacePath(filePath, old, new string) (newPath 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