pub fn get_semver_regex() -> &'static Regex
Get a regex pattern that matches semantic versions (semver). For example: 1.2.3, 6.5.4, 7.8.9-alpha, etc.