respect-validation/docs/rules/Version.md
2018-08-23 02:12:44 +02:00

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)