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
1839 strings: a single CR (carriage return) character, a single LF (line-
1960 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
1961 for CRLF, -2 for ANYCRLF, and -1 for ANY. In EBCDIC environments, CR,
1972 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2134 sequence matches. The choice is either to match only CR, LF, or CRLF,
2300 newline is indicated by a single character (CR or LF, respectively).
2314 code for CR is 0x0d, the same as ASCII. However, the character code for
2329 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2818 Return 1 if the pattern contains any explicit matches for CR or LF
2820 variable. An explicit match is either a literal CR or LF character, or
3259 sequence matches. The choice is either to match only CR, LF, or CRLF,
3279 explicit matches for CR or LF characters, the match position is
3286 failing at the start, it skips both the CR and the LF before retrying.
3288 tains an explicit CR or LF reference, and so advances only by one char-
3291 An explicit match for CR of LF is either a literal appearance of one of
3293 matches such as [^X] do not count, nor does \s (which includes CR and
3347 and if so, and the current character is CR followed by LF, advance the
3499 the current character is CR followed by LF, advance the starting offset
4697 (g) The \R escape sequence can be restricted to match only CR, LF, or
4712 (l) PCRE recognizes some special sequences such as (*CR) at the start
4829 strings: a single CR (carriage return) character, a single LF (line-
4838 (*CR) carriage return
4848 (*CR)a.b
4850 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,
7796 Xps POSIX space: property Z or tab, NL, VT, FF, CR
7797 Xsp Perl space: property Z or tab, NL, VT, FF, CR
7960 (*CR) carriage return only
7972 (*BSR_ANYCRLF) CR, LF, or CRLF