Searched defs:gHumanReadableVerPatt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DString.py28 gHumanReadableVerPatt = re.compile(r'([1-9][0-9]*|0)\.[0-9]{1,2}$') variable
464 if gHumanReadableVerPatt.match(VerString):

Completed in 33 milliseconds