Searched refs:tag_regex (Results 1 – 2 of 2) sorted by relevance
35 const std::regex tag_regex("^([a-zA-Z0-9_]+)="); in ParseAttrTag() local39 node_string.begin() + pos, node_string.end(), match, tag_regex)) { in ParseAttrTag()
561 tag_regex = re.compile(r"^ciflow/\w+/(?P<pr_number>\d+)$")571 m = tag_regex.match(tag)