diff options
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 86db3ecfcb..7a0b91593e 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -721,7 +721,8 @@ This is a synonym for C<\p{Present_In=*}> =item B<C<\p{PerlSpace}>> -This is the same as C<\s>, restricted to ASCII, namely C<S<[ \f\n\r\t]>>. +This is the same as C<\s>, restricted to ASCII, namely C<S<[ \f\n\r\t]>> +and starting in Perl v5.18, experimentally, a vertical tab. Mnemonic: Perl's (original) space |