Searched defs:PORT_REGEX (Results 1 – 2 of 2) sorted by relevance
32 pub const PORT_REGEX: &str = "^port[0-9]+$"; constant
30 PORT_REGEX = re.compile(r'(?P<device_port>\d+):(?P<host_port>\d+)') variable