Searched refs:nonPubidCharRegexp (Results 1 – 1 of 1) sorted by relevance
183 nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\-\'()+,./:=?;!*#@$_%]") variable240 for char in nonPubidCharRegexp.findall(data):