mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
23 lines
274 B
Markdown
23 lines
274 B
Markdown
# Roman
|
|
|
|
- `Roman()`
|
|
|
|
Validates roman numbers
|
|
|
|
```php
|
|
v::roman()->validate('IV'); // true
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
0.3.9 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [In](In.md)
|
|
- [Regex](Regex.md)
|
|
- [Uppercase](Uppercase.md)
|
|
- [Version](Version.md)
|