Lines Matching refs:re
22 import re
534 match = re.search(r'<.*>', local_typedef)
610 if re.match("\d", what):
645 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
1148 text = re.sub(r'src="([^"]*)"', 'src="' + img_src_prefix + r'\1"', text)
1239 text = re.sub(tag_match, filter_sub, text)
1264 text = re.sub(tag_match, filter_sub, text)
1265 text = re.sub(tag_match_2, filter_sub_2, text)
1306 text = re.sub(tag_match, filter_sub, text)
1472 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1476 new_txt = re.sub(SPLIT_CHARS, r"\1<wbr>", new_txt)