Hi there! Is there any suitable operator in Growth...
# give-feedback
s
Hi there! Is there any suitable operator in GrowthBook that would be suitable for condition “contains text” and “doesn’t contain text” ? I figure I could solve the “contains” cases with $regex, but still might need to cover “doesn’t contain” situation. Maybe there’s some inversion of $regex?
f
Hi, yes, Regex can do doesn’t contain
I’d be happy to help you with the regex if you need
I like to use https://regex101.com/ to test my expressions
🙌 1
s
so I figured, thanks. Thought maybe there’s some shortcut so I don’t overuse regexp. Thanks for prompt reply!