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.