Home | Features | Improve this section
Backreferences allow a pattern to re-match a previously matched capture group1 2 either by number (n) or by name.
SyntaxNOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.
\n
— Where n is a decimal digit in the range 1-9. Matches the same string as the capture group n.\k<name>
— Matches the same string as the named capture group with the name name.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4