Lines Matching refs:CR

1016        systems. You can compile PCRE to use carriage return (CR)  instead,  by
1033 which causes PCRE to recognize any of the three sequences CR, LF, or
1053 the default is changed so that \R matches only CR, LF, or CRLF. What-
1192 as well as, or instead of, --enable-ebcdic. The EBCDIC character for CR
1828 strings: a single CR (carriage return) character, a single LF (line-
1949 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
1950 for CRLF, -2 for ANYCRLF, and -1 for ANY. In EBCDIC environments, CR,
1961 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2123 sequence matches. The choice is either to match only CR, LF, or CRLF,
2289 newline is indicated by a single character (CR or LF, respectively).
2303 code for CR is 0x0d, the same as ASCII. However, the character code for
2318 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2807 Return 1 if the pattern contains any explicit matches for CR or LF
2809 variable. An explicit match is either a literal CR or LF character, or
3248 sequence matches. The choice is either to match only CR, LF, or CRLF,
3268 explicit matches for CR or LF characters, the match position is
3275 failing at the start, it skips both the CR and the LF before retrying.
3277 tains an explicit CR or LF reference, and so advances only by one char-
3280 An explicit match for CR of LF is either a literal appearance of one of
3282 matches such as [^X] do not count, nor does \s (which includes CR and
3336 and if so, and the current character is CR followed by LF, advance the
3488 the current character is CR followed by LF, advance the starting offset
4686 (g) The \R escape sequence can be restricted to match only CR, LF, or
4701 (l) PCRE recognizes some special sequences such as (*CR) at the start
4818 strings: a single CR (carriage return) character, a single LF (line-
4827 (*CR) carriage return
4837 (*CR)a.b
4839 changes the convention to CR. That pattern matches "a\nb" because LF is
5180 (11), FF (12), CR (13), and space (32), which are defined as white
5245 U+000D Carriage return (CR)
5263 CR followed by LF, or one of the single characters LF (linefeed,
5264 U+000A), VT (vertical tab, U+000B), FF (form feed, U+000C), CR (car-
5273 It is possible to restrict \R to match only CR, LF, or CRLF (instead of
5282 (*BSR_ANYCRLF) CR, LF, or CRLF only
5466 2. Do not end between CR and LF; otherwise end after any control char-
5640 as the two-character sequence CRLF, isolated CR and LF characters do
5665 not match CR if it is immediately followed by LF, but otherwise it
5667 code line endings are being recognized, dot does not match CR or LF or
5864 CR (13), and space (32). If locale-specific matching is taking place,
7772 Xps POSIX space: property Z or tab, NL, VT, FF, CR
7773 Xsp Perl space: property Z or tab, NL, VT, FF, CR
7936 (*CR) carriage return only
7948 (*BSR_ANYCRLF) CR, LF, or CRLF