Skip to content

Commit 88326a9

Browse files
author
Carl Masak
committed
[S05] fix braino
1 parent 9950d83 commit 88326a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

S05-regex.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules
1717

1818
Created: 24 Jun 2002
1919

20-
Last Modified: 25 Sep 2011
21-
Version: 149
20+
Last Modified: 4 Nov 2011
21+
Version: 150
2222

2323
This document summarizes Apocalypse 5, which is about the new regex
2424
syntax. We now try to call them I<regex> rather than "regular
@@ -1800,7 +1800,7 @@ If omitted, the entire pattern is called recursively:
18001800

18011801
<~~> # call myself recursively
18021802
<~~0> # match according to $0's pattern
1803-
<~~foo> # match according to $foo's pattern
1803+
<~~foo> # match according to $<foo>'s pattern
18041804

18051805
Note that this rematches the pattern associated with the name, not
18061806
the string matched. So

0 commit comments

Comments
 (0)