FreeBSD Manual Pages
MONGOC_URI_UNESCAPE(3) libmongoc MONGOC_URI_UNESCAPE(3) SYNOPSIS char * mongoc_uri_unescape (const char *escaped_string); PARAMETERS • escaped_string: A utf8 encoded string. DESCRIPTION Unescapes an URI encoded string. For example, "%40" would become "@". RETURNS Returns a newly allocated string that should be freed with bson_free(). If escaped_string contains an invalid UTF-8 character or an invalid es- cape sequence, returns NULL. AUTHOR MongoDB, Inc COPYRIGHT 2009-present, MongoDB, Inc. 1.30.2 Apr 12, 2025 MONGOC_URI_UNESCAPE(3)
SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_uri_unescape&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
