pixwhile/blankie/escape.h

12 lines
160 B
C++

#pragma once
#include <string>
namespace blankie {
namespace html {
std::string escape(const std::string& in);
}; // namespace html
}; // namespace blankie