#include <libppbase/base/URI.h>
Static Public Member Functions | |
static String | decode (const String &str, bool plustospace=false) |
Decodes an URI-encoded string. | |
static String | encode (const String &str) |
Encodes string into URI-encoding. | |
static String | reverse (const String &uri) |
Reverses an URI. |
URI helper functions.
Decodes an URI-encoded string.
str | the URI-encoded string | |
plustospace | flag: convert plus to space |
Encodes string into URI-encoding.
str | the string to encode |