Question 1
问题1
I'm using the following to check for bad words from some input element, and i want to tell the user which word on their text is not allowed. How do i get that specific word or words from the array that matched it? And how when user entered more than one bad word this only detects the first word and ignores the rest.I'm using the following to c