cleans up a semver string to trim leading and trailing spaces, in addition to remove unnecessary prefixes (such as the v in "v 1.2.3").
v
"v 1.2.3"
cleans up a semver string to trim leading and trailing spaces, in addition to remove unnecessary prefixes (such as the
v
in"v 1.2.3"
).