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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py35 gPlaceholderPattern = re.compile("\$\{([^$()\s]+)\}", re.MULTILINE|re.UNICODE) variable
734 MatchObj = gPlaceholderPattern.search(Template, SearchFrom)

Completed in 39 milliseconds