1MONGOC_URI_UNESCAPE(3)             libmongoc            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       If escaped_string contains an invalid UTF-8  character  or  an  invalid
21       escape sequence, returns NULL.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.16.2                           Feb 25, 2020           MONGOC_URI_UNESCAPE(3)
Impressum