Searched refs:REGEX_PREFIX (Results 1 – 1 of 1) sorted by relevance
26 REGEX_PREFIX = 'r(' variable130 regex_item = item[len(REGEX_PREFIX):-len(REGEX_SUFFIX)]139 exact.append(REGEX_PREFIX + item[len(REGEX_PREFIX_ESCAPE):])198 return item.startswith(REGEX_PREFIX) and item.endswith(REGEX_SUFFIX)