xmail

package
v0.48.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BaseFormatOfStringForEmail = atom + "@" + domain

	FormatOfStringForEmail     = `^` + BaseFormatOfStringForEmail + `$`
	FormatOfStringForEmailList = `^` + BaseFormatOfStringForEmail + `([,;]` + BaseFormatOfStringForEmail + `)*$`
)

Variables

This section is empty.

Functions

func Validate

func Validate(email string) bool

Validate checks if the given string is a valid email address.

func ValidateList

func ValidateList(emails string) bool

ValidateList checks if the given string is a valid list of email addresses.

Types

This section is empty.

Jump to

Keyboard shortcuts

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