Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsre_constants.py203 SRE_FLAG_IGNORECASE = 2 # case insensitive variable
/third_party/python/Modules/
Dsre_constants.h87 #define SRE_FLAG_IGNORECASE 2 macro