|
SYNOPSISchar * mongoc_uri_unescape (const char *escaped_string); PARAMETERS
DESCRIPTIONUnescapes an URI encoded string. For example, "%40" would become "@". RETURNSReturns 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. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|