I try to use a conditional to verify if a string contain a certain word, for example:
I want to use a method (regex?) to find if a string has the text \"&SWE>cl
You can use String.indexOf. It returns -1 if the string is not found, otherwise it returns the index where the string was found. You can use it like this: