Skip to content

npp_html_unesc

Jurek Muszyński edited this page Dec 18, 2021 · 1 revision

char *npp_html_unesc(const char *string)

Description

HTML-unescapes string. Max length is 64 kB.

Returns

Returns pointer to converted, zero-terminated static string.

Example

Clone this wiki locally