How to create profanity filter

I want to create profanity filter with checks if text box contains any bad word from list or not. There will be list of bad words and when user clicks button, text in textbox will be checked and function might return true or false. Please help me on this one.

Thanks in advance.

You can try
When button clicked:
If
Textbox contains text (any bad word, as you said)
Then true
Else false.

1 Like

I am talking about this. It have to check words from list

1 Like

Here are the blocks:
IMG_20201228_150952

1 Like

let me try, gimme 5 minutes

1 Like

blocks (2)
You can use these blocks.

2 Likes

I think global badwords shoud be in text

Variable stores value in text or in Maths.

1 Like

if you are checking with a list, you are highly recommended to use
image

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.