Home | Features | Improve this section
Modifiers allow you to change the currently active RegExp flags within a subexpression.
SyntaxNOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.
(?imsx-imsx)
- Sets or unsets (using -
) the specified RegExp flags starting at the current position until the next closing )
or the end of the pattern. Example: (?-i)A(?i)B(?-i)C
matches ABC
, AbC
.(?imsx-imsx:…)
- Sets or unsets (using -
) the specified RegExp flags for the subexpression. Example: (?-i:A(?i:B)C)
matches ABC
, AbC
.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