c++ library function that looks for occurrence of one string inside another string code example
Example: find in string c++
size_t find (const string& str, size_t pos = 0) const;
size_t find (const string& str, size_t pos = 0) const;