Hello, I have been reading up on Regex and have a hard time understanding it. I am trying to make this feature to remove a certain word the user might want to remove from the list(word is the variable) but from what I have been reading up about, they have the set word already written in the code and the length of the word to search for. I could have these three words, Hello | HelloWorld | HelloUniverse | and when I type Hello, it removes Hello from all the words leaving World and Universe. I do not know how to use Regex to find that standalone word and I do not fully understand how to use Regex. Sorry for asking how to do this but I don't know where else to ask for help.