HTMLEscape overloads
Declared in <mrdocs/Handlebars/OutputRef.hpp>
HTML escapes the specified string.
std::string
HTMLEscape(std::string_view str);
» more...
HTML escapes the specified string
void
HTMLEscape(
OutputRef& out,
std::string_view str);
» more...
The escaped string.
| Name | Description |
|---|---|
| str | The string to escape. |
| out | The output stream reference where the escaped string will be written. |
https://github.com/handlebars-lang/handlebars.js/blob/master/lib/handlebars/utils.js