We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9950d83 commit 88326a9Copy full SHA for 88326a9
S05-regex.pod
@@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules
17
18
Created: 24 Jun 2002
19
20
- Last Modified: 25 Sep 2011
21
- Version: 149
+ Last Modified: 4 Nov 2011
+ Version: 150
22
23
This document summarizes Apocalypse 5, which is about the new regex
24
syntax. We now try to call them I<regex> rather than "regular
@@ -1800,7 +1800,7 @@ If omitted, the entire pattern is called recursively:
1800
1801
<~~> # call myself recursively
1802
<~~0> # match according to $0's pattern
1803
- <~~foo> # match according to $foo's pattern
+ <~~foo> # match according to $<foo>'s pattern
1804
1805
Note that this rematches the pattern associated with the name, not
1806
the string matched. So
0 commit comments