6
Answers

Finding character

Palak Parmar

Palak Parmar

9y
446
1
I have string.like str..now it contains value test.Hoe can i find that this srting contains 's' or not??
For example,
string str="test" ;
now i want to check that str contains 's' or not?How can I find that??? 

Answers (6)