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