Home
last modified time | relevance | path

Searched defs:SRE_FLAG_IGNORECASE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/re/
D_constants.py210 SRE_FLAG_IGNORECASE = 2 # case insensitive variable
/external/python/cpython3/Modules/_sre/
Dsre_constants.h88 #define SRE_FLAG_IGNORECASE 2 macro