Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 300 Bytes

Digit.md

File metadata and controls

14 lines (10 loc) · 300 Bytes

Digit

  • v::digit()

This is similar to v::alnum(), but it doesn't allow a-Z. It also accepts empty values and whitespace, so use v::notEmpty() and v::noWhitespace() when appropriate.

See also: