Skip to content

Commit e7cc2ec

Browse files
author
Daniel Colascione
committed
Be more explicit about what \N does not match.
1 parent b6ea876 commit e7cc2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-regex.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ the final character in the string.
730730
=item *
731731

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

736736
=item *

0 commit comments

Comments
 (0)