You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After regex rules compilation feature was implemented here I assume that all scripts should use Regex wrapper instead of re but I saw that some don't. For example header_eval.py uses both re.search and Regex.search.
The text was updated successfully, but these errors were encountered:
After regex rules compilation feature was implemented here I assume that all scripts should use
Regex
wrapper instead ofre
but I saw that some don't. For exampleheader_eval.py
uses bothre.search
andRegex.search
.The text was updated successfully, but these errors were encountered: