How to tell if specific text is contained in a string ?
example:
String str = " Hello Word";
How do I check to see if the word "Hello" is contained in that string "str".
And if the check is true, how do you edit it?
If the word "Hello" in string "str" then the word "Hello" will be changed to "Hello"