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 c104d2c commit 86c4089Copy full SHA for 86c4089
README.md
@@ -18,6 +18,7 @@ ctre::match<"REGEX">(subject); // C++20
18
* Matching
19
* Searching
20
* Capturing content (named captures are supported too)
21
+* Back-Reference (only \g{N} syntax)
22
23
The library is implementing most of the PCRE syntax with a few exceptions:
24
0 commit comments