# 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)
