tao-test/app/vendor/respect/validation/docs/rules/Version.md

17 lines
211 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Version
- `v::version()`
Validates version numbers using Semantic Versioning.
```php
v::version()->validate('1.0.0');
```
***
See also:
* [Equals](Equals.md)
* [Regex](Regex.md)
* [Roman](Roman.md)