| 16 |
4. Inside a character class, PCRE always treated \R and \X as literals, |
4. Inside a character class, PCRE always treated \R and \X as literals, |
| 17 |
whereas Perl faults them if its -w option is set. I have changed PCRE so |
whereas Perl faults them if its -w option is set. I have changed PCRE so |
| 18 |
that it faults them when PCRE_EXTRA is set. |
that it faults them when PCRE_EXTRA is set. |
| 19 |
|
|
| 20 |
|
5. Added support for \N, which always matches any character other than |
| 21 |
|
newline. (It is the same as "." when PCRE_DOTALL is not set.) |
| 22 |
|
|
| 23 |
|
|
| 24 |
Version 8.02 19-Mar-2010 |
Version 8.02 19-Mar-2010 |