17 lines
211 B
Markdown
17 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)
|