Provided by: libmongoc-doc_1.9.2+dfsg-1build1_all
NAME
mongoc_uri_unescape - mongoc_uri_unescape()
SYNOPSIS
char * mongoc_uri_unescape (const char *escaped_string);
PARAMETERS
• escaped_string: A utf8 encoded string.
DESCRIPTION
Unescapes an URI encoded string. For example, "%40" would become "@".
RETURNS
Returns a newly allocated string that should be freed with bson_free().
AUTHOR
MongoDB, Inc
COPYRIGHT
2018, MongoDB, Inc