#include <wibble/string.h>
#include <wibble/exception.h>
#include <stack>
#include <cstdio>
#include <cstdlib>
Namespaces | |
namespace | wibble |
namespace | wibble::str |
Functions | |
std::string | wibble::str::normpath (const std::string &pathname) |
Normalise a pathname. | |
std::string | wibble::str::urlencode (const std::string &str) |
Urlencode a string. | |
std::string | wibble::str::urldecode (const std::string &str) |
Decode an urlencoded string. | |
std::string | wibble::str::encodeBase64 (const std::string &str) |
Encode a string in Base64. | |
std::string | wibble::str::decodeBase64 (const std::string &str) |
Decode a string encoded in Base64. |