From 63b01844fe2e66be983c37cb21a17443bd2c51c4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 8 May 2025 07:21:16 -0600 Subject: [PATCH] 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. --- pod/perlrecharclass.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index d5d58dc0b667..e11668d5ff90 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -1027,8 +1027,11 @@ either construct raises an exception. =head3 Extended Bracketed Character Classes X +X X +(Also called C.) + This is a fancy bracketed character class that can be used for more readable and less error-prone classes, and to perform set operations, such as intersection. An example is