Highlight the differences between \Z in Boost and Perl.

Regenerate docs.
Fixes #3899.

[SVN r59512]
This commit is contained in:
John Maddock
2010-02-05 17:05:04 +00:00
parent f9db065c61
commit 446604c734
33 changed files with 221 additions and 200 deletions

View File

@ -27,6 +27,13 @@ Almost all Perl features are supported, except for:
(??{code}) Not implementable in a compiled strongly typed language.
(*VERB) The [@http://perldoc.perl.org/perlre.html#Special-Backtracking-Control-Verbs
backtracking control verbs] are not recognised or implemented at this time.
In addition the following features behave slightly differently from Perl:
^ $ \Z These recognise any line termination sequence, and not just \\n: see the Unicode requirements below.
[h4 POSIX]
All the POSIX basic and extended regular expression features are supported,