develooper Front page | perl.perl6.language | Postings from July 2010

r31624 -[S05] redirect to new char class syntax with patch from cosimo++

From:
pugs-commits
Date:
July 11, 2010 09:53
Subject:
r31624 -[S05] redirect to new char class syntax with patch from cosimo++
Message ID:
20100711165320.31822.qmail@feather.perl6.nl
Author: lwall
Date: 2010-07-11 18:53:20 +0200 (Sun, 11 Jul 2010)
New Revision: 31624

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] redirect to new char class syntax with patch from cosimo++


Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod	2010-07-11 12:05:45 UTC (rev 31623)
+++ docs/Perl6/Spec/S05-regex.pod	2010-07-11 16:53:20 UTC (rev 31624)
@@ -16,8 +16,8 @@
 
     Created: 24 Jun 2002
 
-    Last Modified: 9 Jul 2010
-    Version: 127
+    Last Modified: 11 Jul 2010
+    Version: 128
 
 This document summarizes Apocalypse 5, which is about the new regex
 syntax.  We now try to call them I<regex> rather than "regular
@@ -809,6 +809,9 @@
 C<[...]> is no longer a character class.
 It now delimits a non-capturing group.
 
+A character class is now specified using C<< <[...]> >>.
+See also L<Extensible metasyntax>.
+
 =item *
 
 C<{...}> is no longer a repetition quantifier.




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About