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.
fooey
( )
December 28, 2020, 9:33am
2
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
let me try, gimme 5 minutes
1 Like
PapaNoob63
(PapaNoob63)
December 28, 2020, 9:44am
6
You can use these blocks.
2 Likes
fooey
( )
December 28, 2020, 9:48am
8
PapaNoob63:
I think global badwords
shoud be in text
PapaNoob63
(PapaNoob63)
December 28, 2020, 9:59am
9
Variable stores value in text or in Maths.
1 Like
if you are checking with a list, you are highly recommended to use
2 Likes
system
(system)
Closed
January 28, 2021, 4:05am
12
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.