I have a std::string and i want to be able to find text only in a section of it : so i need to specify a start and an end position. In std::string::find() one c
I have a std::string and i want to be able to find text only in a section of it : so i need to specify a start and an end position. In std::string::find() one c