Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 346 Bytes

Alpha.md

File metadata and controls

16 lines (12 loc) · 346 Bytes

Alpha

  • v::alpha()
  • v::alpha(string $additionalChars)

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


See also: