File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Synopsis 5: Regexes and Rules
17
17
18
18
Created: 24 Jun 2002
19
19
20
- Last Modified: 8 Feb 2011
21
- Version: 141
20
+ Last Modified: 9 Feb 2011
21
+ Version: 142
22
22
23
23
This document summarizes Apocalypse 5, which is about the new regex
24
24
syntax. We now try to call them I<regex> rather than "regular
@@ -1602,11 +1602,14 @@ These may be combined with pluses and minuses:
1602
1602
1603
1603
=item *
1604
1604
1605
- Terms may also be combined using C<| > for set intersection, C<& >
1605
+ Terms may also be combined using C<& > for set intersection, C<| >
1606
1606
for set union, and C<^> for symmetric set difference. Parens may be
1607
1607
used for grouping. (Square brackets always quote literal characters
1608
1608
(including backslashed literal forms), and may not be nested, unlike
1609
- the suggested notation in TR18 section 1.3.)
1609
+ the suggested notation in TR18 section 1.3.) The precedence of
1610
+ the operators is the same as the correspondingly named operators in
1611
+ L<S03/Operator precedence>, even though they have somewhat different
1612
+ semantics.
1610
1613
1611
1614
=item *
1612
1615
You can’t perform that action at this time.
0 commit comments