respect-validation/docs/No.md
Henrique Moody 66027b85a5 Documentation improvements
- Add a space after comments with `//`;
- Add missing "See also" sections in some files
2015-10-19 22:55:05 -02:00

477 B

No

  • v::no()
  • v::no(boolean $locale)

Validates if value is considered as "No".

v::no()->validate('N'); // true
v::no()->validate('Nay'); // true
v::no()->validate('Nix'); // true
v::no()->validate('No'); // true
v::no()->validate('Nope'); // true
v::no()->validate('Not'); // true

This rule is case insensitive.

If $locale is TRUE, uses the value of nl_langinfo() with NOEXPR constant.


See also: