key.* finds all terms that start with key.
- Lazy quantifiers such as
+? - Word boundaries such as
\b
- named and numbered capture groups
- case insensitivty flag (
i) - multi-line mode (
m)
Regex queries operate at the token level. To execute regex over the original
text, use the
literal
tokenizer.