Function deleteSection
Defined in File strManipulation.h
Function Documentation
-
void deleteSection(std::string &str, const std::string &from, const std::string &to)
function that deletes a section of a string that is between two strings
- Parameters:
str – string to be modified passed by reference
from – left string
to – right string