Searched refs:matcher (Results 1 – 4 of 4) sorted by relevance
22 matcher = re.compile(expr) variable40 m = matcher.search(line)
28 matcher = re.compile(expr) variable45 m = matcher.match(line)
35 matcher = re.compile('(.*):\t?........ (.) (.*)$') variable73 if matcher.search(s) < 0: s; continue # Shouldn't happen74 (ra, rb), (r1a, r1b), (r2a, r2b), (r3a, r3b) = matcher.regs[:4]
435 matcher=re.match): argument443 m = matcher(pattern, text)