Functions | |
bool | string_is_empty (const std::string &str) |
std::string | url_encode (const std::string &str) |
std::string | url_decode (const std::string &url_encoded) |
bool | starts_with (const std::string &haystack, const std::string &needle) |
bool | does_not_start_with (const std::string &haystack, const std::string &needle) |
bool | ends_with (const std::string &haystack, const std::string &needle) |
bool | does_not_end_with (const std::string &haystack, const std::string &needle) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |