logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

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

Parameters

escaped_string: A utf8 encoded string.

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 escape sequence, returns NULL.

Synopsis

          char *
          mongoc_uri_unescape (const char *escaped_string);

See Also