mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
16 lines
211 B
Markdown
16 lines
211 B
Markdown
# 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)
|