Every line of 'python regex ignorecase' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
20 def _re_match_ignorecase(x, y): 21 return re.match(x, y, re.IGNORECASE)