Introduction - If you have any usage issues, please Google them yourself
String type only to find the operation provides us with the six kinds of search functions, each function in order to find different forms of name. find, rfind, find_first_of, find_first_not_of, find_last_of, find_last_not_of These are const member functions, const In other words, they are only for use against a substring to search for the location, they will not change the role of the string value.