Skip to content

semver_compare

Signature

semver_compare(string, string)

Description

Compares two strings which comply with the semantic versioning schema and outputs a boolean response as to the position of the second relative to the first.

Examples

TODO