std::string provides a method std::string::find to search for the sub string inside a given string, but this function is case sensitive i.e.
std::string provides a method std::string::find to search for the sub string inside a given string, but this function is case sensitive i.e.