Searched refs:entityRE (Results 1 – 2 of 2) sorted by relevance
18 entityRE = re.compile('<!ENTITY +(\w+) +CDATA +"([^"]+)" +-- +((?:.|\n)+?) *-->') variable27 m = entityRE.search(text,pos,endpos)
17 entityRE = re.compile(r'<!ENTITY +(\w+) +CDATA +"([^"]+)" +-- +((?:.|\n)+?) *-->') variable26 m = entityRE.search(text,pos,endpos)