Skip to content

Commit bf8cb5a

Browse files
committed
spec set ops and parens for character classes
This is in support of TR18 1.3 requirements.
1 parent 44aa7e1 commit bf8cb5a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

S05-regex.pod

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Synopsis 5: Regexes and Rules
1818
Created: 24 Jun 2002
1919

2020
Last Modified: 8 Feb 2011
21-
Version: 140
21+
Version: 141
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
@@ -1601,6 +1601,14 @@ These may be combined with pluses and minuses:
16011601

16021602
=item *
16031603

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+
16041612
The special assertion C<< <.> >> matches any logical grapheme
16051613
(including a Unicode combining character sequences):
16061614

0 commit comments

Comments
 (0)