You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,7 +9,7 @@ This is an official plugin for [Regex+](https://github.com/slevithan/regex) (it
9
9
> [!NOTE]
10
10
> Regex flavors vary on whether they offer infinite or fixed-depth recursion. For example, recursion in Oniguruma uses a default depth limit of 20.
11
11
12
-
Recursive matching is added to a regex via the following syntax. The recursion depth limit is provided in place of *`N`*.
12
+
Recursive matching is added to a regex via the following syntax. The recursion depth limit is provided in place of *N*.
13
13
14
14
-`(?R=N)` — Recursively match the entire regex at this position.
15
15
-`\g<name&R=N>` or `\g<number&R=N>` — Recursively match the contents of the group referenced by name or number at this position. The `\g<…>` subroutine must be *within* the referenced group.
@@ -23,7 +23,7 @@ Details:
23
23
24
24
-[Install and use](#️-install-and-use)
25
25
-[Examples](#-examples)
26
-
-[Direct use, without Regex+](#️-direct-use-without-regex)
0 commit comments