1MONGOC_URI_UNESCAPE(3)         MongoDB C Driver         MONGOC_URI_UNESCAPE(3)
2
3
4

NAME

6       mongoc_uri_unescape - mongoc_uri_unescape()
7

SYNOPSIS

9          char *
10          mongoc_uri_unescape (const char *escaped_string);
11

PARAMETERS

13       ยท escaped_string: A utf8 encoded string.
14

DESCRIPTION

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

RETURNS

19       Returns a newly allocated string that should be freed with bson_free().
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.14.0                           Feb 22, 2019           MONGOC_URI_UNESCAPE(3)
Impressum