Lines Matching refs:LF

1014        By default, PCRE interprets the linefeed (LF) character  as  indicating
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-
1186 The EBCDIC character that corresponds to an ASCII LF is assumed to have
1194 0x25 is not chosen as LF is made to correspond to the Unicode NEL char-
1828 strings: a single CR (carriage return) character, a single LF (line-
1837 can be specified. The default default is LF, which is the Unix stan-
1949 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
1951 ANYCRLF, and ANY yield the same values. However, the value for LF is
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).
2304 LF is normally 0x15, though in some EBCDIC environments 0x25 is used.
2305 Whichever of these is not LF is made to correspond to Unicode's NEL
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
3283 LF in the characters that it matches).
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
4818 strings: a single CR (carriage return) character, a single LF (line-
4828 (*LF) linefeed
4834 tion. For example, on a Unix system where LF is the default newline
4839 changes the convention to CR. That pattern matches "a\nb" because LF is
5179 release 8.34. The default \s characters are now HT (9), LF (10), VT
5242 U+000A Linefeed (LF)
5263 CR followed by LF, or one of the single characters LF (linefeed,
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
5863 The default "space" characters are HT (9), LF (10), VT (11), FF (12),
7937 (*LF) linefeed only
7948 (*BSR_ANYCRLF) CR, LF, or CRLF