Skip to content

Commit

Permalink
Clarification of . match behaviour in relation to newline
Browse files Browse the repository at this point in the history
  • Loading branch information
threadless-screw committed Jul 27, 2019
1 parent 81b64c4 commit 1a3cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -99,7 +99,7 @@ while this doesn't match:
because there's no character to match before C<per> in the target string.
Notably C<.> also matches the newline character C<\n>:
Notably C<.> also matches a logical newline C<\n>:
my $text = qq:to/END/
Although I am a
Expand Down

0 comments on commit 1a3cb97

Please sign in to comment.