Searched refs:entityRE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | parseentities.py | 17 entityRE = re.compile(r'<!ENTITY +(\w+) +CDATA +"([^"]+)" +-- +((?:.|\n)+?) *-->') variable 26 m = entityRE.search(text,pos,endpos) |
Completed in 0 milliseconds