pixwhile/blankie/unescape.h

10 lines
156 B
C++

#pragma once
namespace blankie {
namespace html {
[[nodiscard]] std::string unescape(const std::string& str);
} // namespace html
} // namespace blankie