toSemanticVersion

Returns the semantic version of a given input string.

The input string should represent a version number in the format "VX_Y_Z", where X, Y, and Z are integers and '_' is used as the separator.

Return

the semantic version as a string.