Answers for "has substr c++"

C++
0

has substr c++

if (s1.find(s2) != std::string::npos) {
    std::cout << "found!" << '\n';
}
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language