Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 854 Bytes

File metadata and controls

42 lines (27 loc) · 854 Bytes

Version

  • Version()

Validates version numbers using Semantic Versioning.

v::version()->isValid('1.0.0');

Templates

Version::TEMPLATE_STANDARD

Mode Template
default {{subject}} must be a version
inverted {{subject}} must not be a version

Template placeholders

Placeholder Description
subject The validated input or the custom validator name (if specified).

Categorization

  • Strings

Changelog

Version Description
0.3.9 Created

See also: