parse

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UUIDv4RegexStr = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[89ab][0-9a-f]{3}-[0-9a-f]{12}"
	UUIDv4Regex    = regexp.MustCompile(UUIDv4RegexStr)
)

Functions

func ExtractUUIDv4 added in v0.0.4

func ExtractUUIDv4(s string) (string, error)

ExtractUUIDv4 reads a UUIDv4 from a string.

func IsUUIDv4

func IsUUIDv4(s string) bool

IsUUIDv4 checks if a string is a UUIDv4.

func MustStringToFloat64 added in v0.1.0

func MustStringToFloat64(p string) float64

func MustStringToInt64 added in v0.1.0

func MustStringToInt64(p string) int64

Types

This section is empty.

Jump to

Keyboard shortcuts

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