Home | History | Annotate | Download | only in rpm_control_system

Lines Matching refs:regexp

993                 # It's a regexp object.
1920 regexp = re.compile('<\s*meta[^>]+charset=([^>]*?)[;\'">]', re.I)
1921 xml_encoding_match = regexp.search(xml_data)