pcre2stack (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Pcre2 Discussion Of Stack Usage When you call pcre2_match(), it makes use of an internal function called match(). This calls itself recursively at branch points in the pattern, in order to remember the state of the match so that it can back up and try a different alternative…
