183 |
to be some failures. With --enable-newline-is-anycrlf or |
to be some failures. With --enable-newline-is-anycrlf or |
184 |
--enable-newline-is-any, many tests should succeed, but there may be some |
--enable-newline-is-any, many tests should succeed, but there may be some |
185 |
failures. |
failures. |
186 |
|
|
187 |
. By default, the sequence \R in a pattern matches any Unicode line ending |
. By default, the sequence \R in a pattern matches any Unicode line ending |
188 |
sequence. This is independent of the option specifying what PCRE considers to |
sequence. This is independent of the option specifying what PCRE considers to |
189 |
be the end of a line (see above). However, the caller of PCRE can restrict \R |
be the end of a line (see above). However, the caller of PCRE can restrict \R |
190 |
to match only CR, LF, or CRLF. You can make this the default by adding |
to match only CR, LF, or CRLF. You can make this the default by adding |
191 |
--enable-bsr-anycrlf to the "configure" command (bsr = "backslash R"). |
--enable-bsr-anycrlf to the "configure" command (bsr = "backslash R"). |