Hello guys, in my project I'm making an application that is similar to a suggestion box for my company employee. So, they can tell me everything that they don't like about the company's system. To make the suggestion filtered, I want to make violation words for some of the rant words. I've input the words into entity and I want to filter the suggestion from input with space separator " ". But, the logic still unable to solve the problem. Any solution from you guys? What I need to do on the logic? The picture attached logic I've made.
Hi,
I think first you will get the words from entity. Then one for each loop on this list. in for each you will just replace the word. In loop you call the replace inbuild method to replace the specific word from the suggestion.
regards
Ok, I will try this.
Thank you.