Files
static-site-generator/src/utils.hpp

6 lines
141 B
C++

#include <set>
#include <string>
// trim string in-place, removing all whitespaces and surrounding '"' symbols
void trim(std::string &str);