mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
448 B
448 B
Roman
Roman()
Validates if the input is a Roman numeral.
v::roman()->validate('IV'); // true
Categorization
- Numbers
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Exception message refers to Roman "numerals" instead of "numbers" |
| 2.0.0 | Do not consider empty strings as valid |
| 0.3.9 | Created |
See also: