diff options
author | Karl Williamson <khw@cpan.org> | 2019-10-27 08:17:19 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-10-31 18:49:15 -0600 |
commit | 49e19b770ea6cfa141e896d9b45613db3dd05324 (patch) | |
tree | 7e3e7fd42aab6185ee8ac8217fd4a7ff59b72bfe /pod/perlexperiment.pod | |
parent | 58c13548928ed99c466d5abf2aae766af4835a71 (diff) | |
download | perl-49e19b770ea6cfa141e896d9b45613db3dd05324.tar.gz |
perlexperiment: Was missing vlb
This experimental feature didn't make it into this pod.
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index cfd6d11dd1..0df601d558 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -134,6 +134,17 @@ C<experimental::alpha_assertions>. See also: L<perlre/Extended Patterns>. +=item (Limited) Variable-length look-behind + +Introduced in Perl 5.30.0. Variability of up to 255 characters is +handled. + +Using this feature triggers warnings in the category +C<experimental::vlb>. + +See also: L<perlre/(*positive_lookbehind:I<pattern>)> and +L<perlre/(*negative_lookbehind:I<pattern>)> + =back =head2 Accepted features |