Lines Matching refs:PCRE_DOTALL
2161 PCRE_DOTALL
2271 Note, however, that unless PCRE_DOTALL is set, the "any character"
2768 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2801 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2981 .* if PCRE_DOTALL is set and there are no back
3284 expected. For example, if the pattern is .+A (and the PCRE_DOTALL
4856 acter when PCRE_DOTALL is not set, and the behaviour of \N. However, it
5188 acter. This is the same as the "." metacharacter when PCRE_DOTALL is
5695 PCRE_DOTALL option is set, a dot matches any one character, without
5704 affected by the PCRE_DOTALL option. In other words, it matches any
5792 sequence is in use, and whatever setting of the PCRE_DOTALL and
5981 The settings of the PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, and
5988 s for PCRE_DOTALL
5994 LESS and PCRE_MULTILINE while unsetting PCRE_DOTALL and PCRE_EXTENDED,
6337 If a pattern starts with .* or .{0,} and the PCRE_DOTALL option (equiv-
6346 lines, it is worth setting PCRE_DOTALL in order to obtain this opti-
9440 that are not the subject of a backreference, and the PCRE_DOTALL option
9442 only at the start of a subject string. However, if PCRE_DOTALL is not
9456 tain newlines, the best performance is obtained by setting PCRE_DOTALL,
9587 The PCRE_DOTALL option is set when the regular expression is passed for
9659 . matches newline no PCRE_DOTALL
9680 PCRE_DOTALL and PCRE_DOLLAR_ENDONLY, but there is no way to make PCRE
9947 PCRE_DOTALL dot matches newlines /s