I have created a signup form with an input create username and create account button. I also have a database “Profanity” with a text field “Word” and has several cuss words. I want the create account button to not be clickable if the create username input has one of the cuss words from the database anywhere in it. For example, if one of the cuss word in the database was “butt” and the username input the user types is “thebigbutt3”, the expression should be able to see that it’s from the database and should make the create account button unclickable. I’ve got it to work only if the singular cuss word is in the input but not if there’s other characters in the username input. A step-by-step guide would be really appreciated!