respect-validation/docs/rules/Roman.md

30 lines
448 B
Markdown
Raw Normal View History

2015-01-30 09:40:06 +01:00
# Roman
- `Roman()`
2015-01-30 09:40:06 +01:00
Validates if the input is a Roman numeral.
2015-01-30 09:40:06 +01:00
```php
v::roman()->validate('IV'); // true
2015-01-30 09:40:06 +01:00
```
## 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:
- [In](In.md)
- [Regex](Regex.md)
- [Uppercase](Uppercase.md)
2018-12-11 13:31:50 +01:00
- [Version](Version.md)