monkelib

package module
v0.0.0-...-902d557 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2020 License: AGPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	NICK_PATTERN  = `[A-Za-z0-9.\-_]{3,16}`
	EMAIL_PATTERN = `[^@]+@[^@]+`
)

Variables

View Source
var (
	NickRegex  *regexp.Regexp = regexp.MustCompile("^" + NICK_PATTERN + "$")
	EmailRegex *regexp.Regexp = regexp.MustCompile("^" + EMAIL_PATTERN + "$")
)

Functions

func SplitPath

func SplitPath(path string) (parts []string)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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