Searched defs:DOTALL (Results 1 – 3 of 3) sorted by relevance
71 FAILURE_PATTERNS.add(Pattern.compile(patternString, Pattern.DOTALL)); in Pattern.compile()
497 static inline RE_Options DOTALL() { in DOTALL() function
149 DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline variable in RegexFlag