escape.h
Go to the documentation of this file.
const char * c_str() const
Get a constant (un-modifiable) pointer to String content.
Definition: WString.h:600
unsigned html_escape_len(const char *s, size_t len)
void html_escape(char *dest, size_t len, const char *s)
unsigned uri_escape_len(const char *s, size_t len)
Obtain number of characters required to escape the given text.
char * uri_unescape(char *dest, size_t dest_len, const char *src, int src_len)
unescape text
size_t length(void) const
Obtain the String length in characters, excluding NUL terminator.
Definition: WString.h:228
char * uri_unescape_inplace(char *str)
Replace a nul-terminated string with its unescaped version.