respect-validation/docs/rules/Version.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

27 lines
310 B
Markdown

# Version
- `Version()`
Validates version numbers using Semantic Versioning.
```php
v::version()->validate('1.0.0');
```
## Categorization
- Strings
## Changelog
Version | Description
--------|-------------
0.3.9 | Created
***
See also:
- [Equals](Equals.md)
- [Regex](Regex.md)
- [Roman](Roman.md)