5
How to know if a specific text is contained in a string?
example:
String str = " Hello Word";
How do I check if the word "Hello" is contained in that string "str".
And if the check is true, how do you edit it.
In case there is the word "Hello" in string "str" then the word "Hello" will be changed to "Hello"
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero