Email or username:

Password:

Forgot your password?
Top-level
Ivory by Tapbots :emoji_wink:

@Rechain So you need to use our regex option for that. For example if you want to filter out the word "me", but not "sublime" nor "mentor”, you use “\ me\ “. There's a space after each \. You can test out regular expressions here: regex101.com

1 comment
Rechain

@ivory ahh, okay then - I’ll check up on that. Thanks 😁👍🏻

Go Up