We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a352a0e commit 956170fCopy full SHA for 956170f
README.md
@@ -32,6 +32,10 @@ into suitable invocations of the [Re library][re], and similar for
32
the whole pattern matches, and `string option` if the variable is bound
33
to or nested below an optionally matched group.
34
35
+ - `(?&<var>)` gets substituted by the value of the `%pcre` extended string variable named `var`. Doesn't bind.
36
+
37
+ - `(?&<v>:<qname>)` is a shortcut for `(?<v>(?&<qname>))`.
38
39
- `?<var>` at the start of a pattern binds group 0 as `var : string`.
40
This may not be the full string if the pattern is unanchored.
41
0 commit comments