Lines Matching refs:CR

1027        systems. You can compile PCRE to use carriage return (CR)  instead,  by
1044 which causes PCRE to recognize any of the three sequences CR, LF, or
1064 the default is changed so that \R matches only CR, LF, or CRLF. What-
1203 as well as, or instead of, --enable-ebcdic. The EBCDIC character for CR
1838 strings: a single CR (carriage return) character, a single LF (line-
1959 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
1960 for CRLF, -2 for ANYCRLF, and -1 for ANY. In EBCDIC environments, CR,
1971 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2133 sequence matches. The choice is either to match only CR, LF, or CRLF,
2299 newline is indicated by a single character (CR or LF, respectively).
2313 code for CR is 0x0d, the same as ASCII. However, the character code for
2328 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2817 Return 1 if the pattern contains any explicit matches for CR or LF
2819 variable. An explicit match is either a literal CR or LF character, or
3258 sequence matches. The choice is either to match only CR, LF, or CRLF,
3278 explicit matches for CR or LF characters, the match position is
3285 failing at the start, it skips both the CR and the LF before retrying.
3287 tains an explicit CR or LF reference, and so advances only by one char-
3290 An explicit match for CR of LF is either a literal appearance of one of
3292 matches such as [^X] do not count, nor does \s (which includes CR and
3346 and if so, and the current character is CR followed by LF, advance the
3498 the current character is CR followed by LF, advance the starting offset
4696 (g) The \R escape sequence can be restricted to match only CR, LF, or
4711 (l) PCRE recognizes some special sequences such as (*CR) at the start
4828 strings: a single CR (carriage return) character, a single LF (line-
4837 (*CR) carriage return
4847 (*CR)a.b
4849 changes the convention to CR. That pattern matches "a\nb" because LF is
5052 sequence \0\x\015 specifies two binary zeros followed by a CR character
5204 (11), FF (12), CR (13), and space (32), which are defined as white
5269 U+000D Carriage return (CR)
5287 CR followed by LF, or one of the single characters LF (linefeed,
5288 U+000A), VT (vertical tab, U+000B), FF (form feed, U+000C), CR (car-
5297 It is possible to restrict \R to match only CR, LF, or CRLF (instead of
5306 (*BSR_ANYCRLF) CR, LF, or CRLF only
5490 2. Do not end between CR and LF; otherwise end after any control char-
5664 as the two-character sequence CRLF, isolated CR and LF characters do
5689 not match CR if it is immediately followed by LF, but otherwise it
5691 code line endings are being recognized, dot does not match CR or LF or
5888 CR (13), and space (32). If locale-specific matching is taking place,
7800 Xps POSIX space: property Z or tab, NL, VT, FF, CR
7801 Xsp Perl space: property Z or tab, NL, VT, FF, CR
7964 (*CR) carriage return only
7976 (*BSR_ANYCRLF) CR, LF, or CRLF