summaryrefslogtreecommitdiff
path: root/pod/perlrecharclass.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-11 17:16:34 -0600
committerKarl Williamson <khw@cpan.org>2019-03-12 12:06:26 -0600
commit1532347b696561120241d1e6221c028acedff019 (patch)
treeb182ef965a2abd4f7fbfbed562cb3bb9e6a8eb50 /pod/perlrecharclass.pod
parent2cd613ec5fcf3b5c85fd2752b5871f18b4d33773 (diff)
downloadperl-1532347b696561120241d1e6221c028acedff019.tar.gz
Add Unicode property wildcards
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r--pod/perlrecharclass.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index e07638844b..0f6a624e85 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -405,6 +405,9 @@ non-Unicode code points. This could be somewhat surprising:
Even though these two matches might be thought of as complements, until
v5.20 they were so only on Unicode code points.
+Starting in perl v5.30, wildcards are allowed in Unicode property
+values. See L<perlunicode/Wildcards in Property Values>.
+
=head4 Examples
"a" =~ /\w/ # Match, "a" is a 'word' character.