diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-24 11:17:19 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-02-24 12:23:06 -0700 |
commit | d28d8023874f315b72a838608092280f75db8367 (patch) | |
tree | 60b1fb029252eccb1fe8a5e6de1934470a878a21 /pod/perlunicode.pod | |
parent | 0b00a6f702785a2e0b614181f93c6146a9527efc (diff) | |
download | perl-d28d8023874f315b72a838608092280f75db8367.tar.gz |
Document \s change for VT, commit 075b9d7d9a6d4473b240a047655e507c8baa6db3
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 |