HomeSort by relevance Sort by last modified time
    Searched defs:DOTALL (Results 1 - 2 of 2) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpp.h 240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
426 bool dotall() const { function in class:pcrecpp::RE_Options
497 static inline RE_Options DOTALL() {
  /external/python/cpython3/Lib/
re.py 113 S DOTALL "." matches any character at all, including the newline.
137 "ASCII", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
149 DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
156 S = DOTALL

Completed in 385 milliseconds