Skip to content

npp_url_encode

Jurek Muszyński edited this page Feb 10, 2022 · 1 revision

char *npp_url_encode(const char *string)

Description

URI-encodes string. Max result length is 4 kB.

Returns

Returns pointer to encoded, zero-terminated static string.

Clone this wiki locally