Lines Matching refs:re
22 import re
528 match = re.search(r'<.*>', local_typedef)
604 if re.match("\d", what):
639 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
1021 text = re.sub(r'src="([^"]*)"', 'src="' + img_src_prefix + r'\1"', text)
1112 text = re.sub(tag_match, filter_sub, text)
1137 text = re.sub(tag_match, filter_sub, text)
1138 text = re.sub(tag_match_2, filter_sub_2, text)
1178 text = re.sub(tag_match, filter_sub, text)
1275 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1279 new_txt = re.sub(SPLIT_CHARS, r"\1<wbr>", new_txt)