Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more level 1 Unicode conformance verbiage
  • Loading branch information
TimToady committed Feb 9, 2011
1 parent bf8cb5a commit a99b93d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions S05-regex.pod
Expand Up @@ -682,7 +682,8 @@ to say C<\n?$> if that's what you mean.

=item *

C<\n> now matches a logical (platform independent) newline not just C<\x0a>.
C<\n> now matches a logical (platform independent) newline, not just C<\x0a>.
See TR18 section 1.6 for a list of logical newlines.

=item *

Expand Down Expand Up @@ -1808,7 +1809,8 @@ C<<< >> >>> token indicates a right word boundary. (As separate tokens,
these need not be balanced.) Perl 5's C<\b> is replaced by a C<< <?wb> >>
"word boundary" assertion, while C<\B> becomes C<< <!wb> >>. (None of
these are dependent on the definition of C<< <.ws> >>, but only on the C<\w>
definition of "word" characters.)
definition of "word" characters. Non-space mark characters are ignored in
calculating word properties of the preceding character. See TR18 1.4.)

=back

Expand Down

0 comments on commit a99b93d

Please sign in to comment.