1MONGOC_URI_UNESCAPE(3)             libmongoc            MONGOC_URI_UNESCAPE(3)
2
3
4

SYNOPSIS

6          char *
7          mongoc_uri_unescape (const char *escaped_string) BSON_GNUC_WARN_UNUSED_RESULT;
8

PARAMETERS

10escaped_string: A utf8 encoded string.
11

DESCRIPTION

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

RETURNS

16       Returns a newly allocated string that should be freed with bson_free().
17       If escaped_string contains an invalid UTF-8 character or an invalid es‐
18       cape sequence, returns NULL.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.25.1                           Nov 08, 2023           MONGOC_URI_UNESCAPE(3)
Impressum