mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
22 lines
280 B
Markdown
22 lines
280 B
Markdown
# Version
|
|
|
|
- `Version()`
|
|
|
|
Validates version numbers using Semantic Versioning.
|
|
|
|
```php
|
|
v::version()->validate('1.0.0');
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
0.3.9 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [Equals](Equals.md)
|
|
- [Regex](Regex.md)
|
|
- [Roman](Roman.md)
|