check if there is a string in a string ?
in
Programming Questions
•
2 months ago
Hi every one is there any function or any way to check if there is a string in a n other string for example :
- String s="hello world !";
- if(s.StringIn("hello")){
- println("Yes their is hello in the string s");
- }
because hello is in the string s...
How can i do that ?
Thancks ;)
1