Skip to content

Commit c1c689e

Browse files
committed
perlintro: White-space only
1 parent 5962d53 commit c1c689e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pod/perlintro.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,7 @@ expressions. These are documented at great length in L<perlre>, but for
569569
the meantime, here's a quick cheat sheet:
570570

571571
. a single character
572-
\s a whitespace character (space, tab, newline,
573-
...)
572+
\s a whitespace character (space, tab, newline, ...)
574573
\S non-whitespace character
575574
\d a digit (0-9)
576575
\D a non-digit

0 commit comments

Comments
 (0)