Searched defs:SRE_FLAG_IGNORECASE (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | sre_constants.py | 203 SRE_FLAG_IGNORECASE = 2 # case insensitive variable |
/third_party/python/Modules/ | ||
D | sre_constants.h | 87 #define SRE_FLAG_IGNORECASE 2 macro |