In Java is there a way to check the condition:
“Does this single character appear at all in string x”
without using a loop?
In Java is there a way to check the condition:
“Does this single character appear at all in string x”
without using a loop?