Skip to content

Commit

Permalink
Be more explicit about what \N does not match.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Colascione committed Mar 25, 2011
1 parent b6ea876 commit e7cc2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-regex.pod
Expand Up @@ -730,7 +730,7 @@ the final character in the string.
=item *

C<.> matches an I<anything>, while C<\N> matches an I<anything except
newline>. (The C</s> modifier is gone.) In particular, C<\N> matches
what C<\n> matches>. (The C</s> modifier is gone.) In particular, C<\N> matches
neither carriage return nor line feed.

=item *
Expand Down

0 comments on commit e7cc2ec

Please sign in to comment.