Author: masak
Date: 2009-05-30 20:56:14 +0200 (Sat, 30 May 2009)
New Revision: 26972
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05-regex.pod] moved ending paren for clarity
Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod 2009-05-30 05:41:06 UTC (rev 26971)
+++ docs/Perl6/Spec/S05-regex.pod 2009-05-30 18:56:14 UTC (rev 26972)
@@ -14,8 +14,8 @@
Maintainer: Patrick Michaud <[email protected]> and
Larry Wall <[email protected]>
Date: 24 Jun 2002
- Last Modified: 28 May 2009
- Version: 98
+ Last Modified: 30 May 2009
+ Version: 99
This document summarizes Apocalypse 5, which is about the new regex
syntax. We now try to call them I<regex> rather than "regular
@@ -1744,7 +1744,7 @@
The PerlĀ 6 equivalents are:
regex { pattern } # always takes {...} as delimiters
- rx / pattern / # can take (almost any) chars as delimiters
+ rx / pattern / # can take (almost) any chars as delimiters
You may not use whitespace or alphanumerics for delimiters. Space is
optional unless needed to distinguish from modifier arguments or