When parsing for semantic versioning, we don't handle the case where version names has a prefix before the actual version numbers.
Description
comparing "CMS 1.1.0", "CMS 2.1.0" not works but "1.1.0 CMS ", "1.1.0 CMS" works.
Environment
None
comparing "CMS 1.1.0", "CMS 2.1.0" not works but "1.1.0 CMS ", "1.1.0 CMS" works.