MONGOC_URI_UNESCAPE(3) | MongoDB C Driver | MONGOC_URI_UNESCAPE(3) |
mongoc_uri_unescape - mongoc_uri_unescape()
char * mongoc_uri_unescape (const char *escaped_string);
Unescapes an URI encoded string. For example, "%40" would become "@".
Returns a newly allocated string that should be freed with bson_free().
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |