Lines Matching refs:LF

1025        By default, PCRE interprets the linefeed (LF) character  as  indicating
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-
1197 The EBCDIC character that corresponds to an ASCII LF is assumed to have
1205 0x25 is not chosen as LF is made to correspond to the Unicode NEL char-
1838 strings: a single CR (carriage return) character, a single LF (line-
1847 can be specified. The default default is LF, which is the Unix stan-
1959 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
1961 ANYCRLF, and ANY yield the same values. However, the value for LF is
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).
2314 LF is normally 0x15, though in some EBCDIC environments 0x25 is used.
2315 Whichever of these is not LF is made to correspond to Unicode's NEL
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
3293 LF in the characters that it matches).
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
4828 strings: a single CR (carriage return) character, a single LF (line-
4838 (*LF) linefeed
4844 tion. For example, on a Unix system where LF is the default newline
4849 changes the convention to CR. That pattern matches "a\nb" because LF is
5203 release 8.34. The default \s characters are now HT (9), LF (10), VT
5266 U+000A Linefeed (LF)
5287 CR followed by LF, or one of the single characters LF (linefeed,
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
5887 The default "space" characters are HT (9), LF (10), VT (11), FF (12),
7965 (*LF) linefeed only
7976 (*BSR_ANYCRLF) CR, LF, or CRLF