| 222 |
\fB-N\fP \fInewline-type\fP, \fB--newline=\fP\fInewline-type\fP |
\fB-N\fP \fInewline-type\fP, \fB--newline=\fP\fInewline-type\fP |
| 223 |
The PCRE library supports five different conventions for indicating |
The PCRE library supports five different conventions for indicating |
| 224 |
the ends of lines. They are the single-character sequences CR (carriage return) |
the ends of lines. They are the single-character sequences CR (carriage return) |
| 225 |
and LF (linefeed), the two-character sequence CRLF, an "anycrlf" convention, |
and LF (linefeed), the two-character sequence CRLF, an "anycrlf" convention, |
| 226 |
which recognizes any of the preceding three types, and an "any" convention, in |
which recognizes any of the preceding three types, and an "any" convention, in |
| 227 |
which any Unicode line ending sequence is assumed to end a line. The Unicode |
which any Unicode line ending sequence is assumed to end a line. The Unicode |
| 228 |
sequences are the three just mentioned, plus VT (vertical tab, U+000B), FF |
sequences are the three just mentioned, plus VT (vertical tab, U+000B), FF |