Author: larry Date: Wed Oct 4 21:23:57 2006 New Revision: 12678 Modified: doc/trunk/design/syn/S05.pod
Log: y/// is dead. Modified: doc/trunk/design/syn/S05.pod ============================================================================== --- doc/trunk/design/syn/S05.pod (original) +++ doc/trunk/design/syn/S05.pod Wed Oct 4 21:23:57 2006 @@ -14,9 +14,9 @@ Maintainer: Patrick Michaud <[EMAIL PROTECTED]> and Larry Wall <[EMAIL PROTECTED]> Date: 24 Jun 2002 - Last Modified: 27 Sept 2006 + Last Modified: 4 Oct 2006 Number: 5 - Version: 34 + Version: 35 This document summarizes Apocalypse 5, which is about the new regex syntax. We now try to call them I<regex> rather than "regular @@ -2844,6 +2844,9 @@ $str.=trans( %mapping.pairs.sort ); +(Perl 6 does not support the C<y///> form, which was only in C<sed> because +they were running out of single letters.) + =item * The two sides of any pair can be strings interpreted as C<tr///> would: