Home | Features | Improve this section
A Character Class Nested Set allows you to to define a nested character class inside of a character class.
SyntaxNOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.
[[…]]
— Matches any character in the set, just like a normal character class.[[^…]]
— Where …
is one or more single characters or character class escapes, excluding -
between two entries in the set. Matches any character not in the set, just like a normal [negated character class].[[a-z]]
— Where a and z are single characters or character escapes. Matches any character in the range between a and z (inclusive), just like a normal [character class range].Is equivalent to:
[a-cr-z]
Engines See Also
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