Crate valust_regex_utils

Source
Expand description

§Regex Utilities for Valust

Crate VersionGitHub top language Crates.io Downloads (recent)


This crates exports some regex expressions that might be used.

For more information, see the crate’s documentation for more information.

Modules§

time
Time-related regex expressions.

Constants§

EMAIL
Regex for matching a valid email address.
HEX_COLOR
Regex for matching a valid hex color (#aabbcc/#abc).
URL
Regex for matching a syntax-valid URL.
USERNAME
Regex for matching a valid ascii username with a minimum length of 3 characters.