mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +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: