R

TestRegex

Recurse first relative subpattern

(?+1)

Recursively match the first pattern following the given position in the expression.

Examples

PCRE

Share & Embed

Use this snippet to display this token on your own site.

<!-- Embed Regex Token: (?+1) -->
<code class="regex-token">(?+1)</code> - Recurse first relative subpattern
<small><a href="https://testregex.com/cheatsheet/recurse-first-relative-subpattern">See details</a></small>