SkillAgentSearch skills...

Fb.HtmlCoder

A dinky little C++ HTML decoder

Install / Use

/learn @freshe/Fb.HtmlCoder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fb.HtmlCoder

A dinky little C++ HTML decoder I use for unescaping / decoding html entities in my own stuff

fb::HtmlCoder html_decoder;

std::string html_text =  
    ""Some" text with HTML stuff in it. &"¶¾";

html_decoder.decode(html_text);
std::cout << html_text << std::endl;

//-> Unescape / decoded : "Some" text with HTML stuff in it. &"¶¾
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

C++

Security Score

75/100

Audited on Mar 6, 2025

No findings