C++ (Qt)QString str = word.c_str();
C++ (Qt)std::string word = "hello";if (!word.find_first_of("hH")) {...}