Skip to content

Commit d860e9a

Browse files
committed
Note regex_sets is a synonym
Fixes #23232 "Extended Bracketed Character Classes" is the formal name documented; but "regex_sets" is what you specify to 'feature' to enable/disable it. Add a bit of text so that if you know one name, you can find the other.
1 parent 39de964 commit d860e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pod/perlrecharclass.pod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,11 @@ either construct raises an exception.
10271027

10281028
=head3 Extended Bracketed Character Classes
10291029
X<character class>
1030+
X<regex_sets>
10301031
X<set operations>
10311032

1033+
(Also called C<regex_sets>.)
1034+
10321035
This is a fancy bracketed character class that can be used for more
10331036
readable and less error-prone classes, and to perform set operations,
10341037
such as intersection. An example is

0 commit comments

Comments
 (0)