1MONGOC_URI_UNESCAPE(3) MongoDB C Driver MONGOC_URI_UNESCAPE(3)
23
4
NAME
6mongoc_uri_unescape - mongoc_uri_unescape()
7
SYNOPSIS
9char *
10mongoc_uri_unescape (const char *escaped_string);
11
PARAMETERS
13ยท escaped_string: A utf8 encoded string.
14
DESCRIPTION
16Unescapes an URI encoded string. For example, "%40" would become "@".
17
RETURNS
19Returns a newly allocated string that should be freed with bson_free().
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.14.0 Feb 22, 2019 MONGOC_URI_UNESCAPE(3)