c++ check specific word in string code example Example: c++ contains if (s1.find(s2) != std::string::npos) { std::cout << "found!" << '\n'; }