xmail

package
v2.5.6 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 2 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

type Email

type Email string

Email represents an email address.

func New

func New(email string) Email

New creates a new Email.

func (Email) IsValid

func (e Email) IsValid() bool

func (Email) String

func (e Email) String() string

func (Email) Trim

func (e Email) Trim() Email

Jump to

Keyboard shortcuts

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