File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Synopsis 5: Regexes and Rules
18
18
Created: 24 Jun 2002
19
19
20
20
Last Modified: 8 Feb 2011
21
- Version: 140
21
+ Version: 141
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
@@ -1601,6 +1601,14 @@ These may be combined with pluses and minuses:
1601
1601
1602
1602
=item *
1603
1603
1604
+ Terms may also be combined using C<|> for set intersection, C<&>
1605
+ for set union, and C<^> for symmetric set difference. Parens may be
1606
+ used for grouping. (Square brackets always quote literal characters
1607
+ (including backslashed literal forms), and may not be nested, unlike
1608
+ the suggested notation in TR18 section 1.3.)
1609
+
1610
+ =item *
1611
+
1604
1612
The special assertion C<< <.> >> matches any logical grapheme
1605
1613
(including a Unicode combining character sequences):
1606
1614
You can’t perform that action at this time.
0 commit comments