[Snippet] RegExp 1️⃣ (include-any; toggle matching, reply)
View in App55
5
A case-insensitive "include-any" Regular Expression custom node that checks the text
, embed
, and/or facets[*]
fields.
Purpose
- Simplifies RegExp handling across multiple fields
- Matches values even when casing varies
- Makes the custom node reusable and developer-friendly
Notes
- Best used for detecting general terms regardless of case
- Helpful for broad pattern matching (e.g., mentions, general keywords)
Variants: case-insensitive
- RegExp (include-any; toggle matching, reply) — this one
- RegExp (exclude-all)
- 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