mongoc_uri_unescape - Man Page
mongoc_uri_unescape()
Synopsis
char * mongoc_uri_unescape (const char *escaped_string) BSON_GNUC_WARN_UNUSED_RESULT;
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(). If escaped_string contains an invalid UTF-8 character or an invalid escape sequence, returns NULL.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Aug 17, 2023 1.24.3 libmongoc