Skip to content

Commit

Permalink
perlexperiment: document the uniprop_wildcards experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Apr 30, 2021
1 parent 503b1dd commit f7d87d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pod/perlexperiment.pod
Expand Up @@ -150,6 +150,19 @@ C<experimental::private_use>.
The ticket for this experiment is
L<[perl #18758]|https://github.com/Perl/perl5/issues/18758>.

=item Unicode property wildcards

Introduced in Perl 5.30.0.

This feature allows regular expression matching against Unicode character
properties to be expressed more concisely.

Using this feature triggers warnings in the category
C<experimental::uniprop_wildcards>.

The ticket for this experiment is
L<[perl #18759]|https://github.com/Perl/perl5/issues/18759>.

=item isa infix operator

Introduced in Perl 5.32.0.
Expand Down

0 comments on commit f7d87d0

Please sign in to comment.