Man page - mongoc_uri_unescape(3)

Packages contas this manual

Manual

MONGOC_URI_UNESCAPE(3) libmongoc MONGOC_URI_UNESCAPE(3)

char *
mongoc_uri_unescape (const char *escaped_string);


escaped_string: A utf8 encoded string.

Unescapes an URI encoded string. For example, "%40" would become "@".

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.

MongoDB, Inc

2009-present, MongoDB, Inc.

December 18, 2025 1.30.4