cef_uriencode

Escapes characters in |text| which are unsuitable for use as a query parameter value. Everything except alphanumerics and -_.!~*'() will be converted to "%XX". If |use_plus| is true (1) spaces will change to "+". The result is basically the same as encodeURIComponent in Javacript.

version(cef && embedded_cef_bindings)
extern (C)
cef_string_userfree_t
cef_uriencode
(
const(cef_string_t)* text
,)

Meta