summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 15:31:04 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:00:08 -0600
commit17fe4a90270a38e1d333648e747810d98ad8fb36 (patch)
tree334beb676e42ca9a0fc3e9622b53e35455f27e11 /pod/perlreguts.pod
parent88d9f68df04a75168a7676a026748b20c309679a (diff)
downloadperl-17fe4a90270a38e1d333648e747810d98ad8fb36.tar.gz
perlreguts: Note pregcomp/regexec are documented here
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index a954046604..a5ff0b6bce 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -696,6 +696,10 @@ about what state it stores, with the result that two consecutive lines in the
code can actually be running in totally different contexts due to the
simulated recursion.
+=for apidoc_section REGEXP Functions
+=for apidoc pregcomp
+=for apidoc pregexec
+
=head3 Start position and no-match optimisations
C<re_intuit_start()> is responsible for handling start points and no-match