mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
253 B
253 B
Negative
Negative()
Validates if a number is lower than zero
v::numericVal()->negative()->validate(-15); // true
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: