[Snippet] RegExp 1️⃣ (exclude-all)
View in App23
4
A case-insensitive "exclude-all" Regular Expression custom node that runs checks across the text
, embed
, and facets[*]
fields.
Purpose
- Centralises RegExp logic for easier maintenance
- Filters out matches from all key fields containing text and URIs
- Keeps the custom node lightweight and efficient
Notes
- Useful for global exclusions (e.g., spam terms, banned domains)
Variants: case-insensitive
- RegExp (include-any; toggle matching, reply)
- RegExp (exclude-all) — this one
- RegExp (exclude-any; toggle matching)
- RegExp (include-all; toggle reply)
Variants: case-sensitive
- RegExp (include-any sensitive; toggle matching, reply)
- RegExp (exclude-all sensitive)
- RegExp (exclude-any sensitive; toggle matching)
- RegExp (include-all sensitive; toggle reply)
Feedback/support: Graze Discord