pattern

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Alpha regular expression for alpha strings.
	Alpha = regexp.MustCompile(alpha)

	// Alphanumeric regular expression for alphanumeric strings.
	Alphanumeric = regexp.MustCompile(alphanumeric)

	// AlphanumericExt regular expression for alphanumeric strings plus
	// certain allowed characters.
	AlphanumericExt = regexp.MustCompile(alphanumericext)

	// Email regular expression for e-mail strings.
	Email = regexp.MustCompile(email)

	// Integer regular expression for integer strings.
	Integer = regexp.MustCompile(integer)

	// Numeric regular expression for numeric strings.
	Numeric = regexp.MustCompile(numeric)

	// UnixPath regular expression for unix path strings.
	UnixPath = regexp.MustCompile(unixPath)

	// URL regular expression for URL strings.
	URL = regexp.MustCompile(url)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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