File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
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: 9 Feb 2011
21
- Version: 142
21
+ Version: 143
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
@@ -1599,12 +1599,17 @@ The pair value is smartmatched against the value in the Unicode database.
1599
1599
1600
1600
<:Nv(0 ^..^ 1)> # the char has a proper fractional value
1601
1601
1602
- These may be combined with pluses and minuses:
1602
+ As a particular case of smartmatching, TR18 section 2.6 is satisfied
1603
+ with a pattern as the argument:
1603
1604
1604
- <+ :HexDigit - :Upper >
1605
+ <:name(/^LATIN LETTER.*P$/) >
1605
1606
1606
1607
=item *
1607
1608
1609
+ Multiple of these terms may be combined with pluses and minuses:
1610
+
1611
+ <+ :HexDigit - :Upper >
1612
+
1608
1613
Terms may also be combined using C<&> for set intersection, C<|>
1609
1614
for set union, and C<^> for symmetric set difference. Parens may be
1610
1615
used for grouping. (Square brackets always quote literal characters
You can’t perform that action at this time.
0 commit comments