WS++  v0.5.0-1152
Workflow/Spaces - C++ Library
FCWS.cpp File Reference
#include "WS.hpp"
#include <FCpp/FCOptions.hpp>
Include dependency graph for FCWS.cpp:

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)
 

Function Documentation

◆ string_is_empty()

bool string_is_empty ( const std::string &  str)
inline

◆ url_encode()

std::string url_encode ( const std::string &  str)
inline

◆ url_decode()

std::string url_decode ( const std::string &  url_encoded)
inline

◆ starts_with()

bool starts_with ( const std::string &  haystack,
const std::string &  needle 
)
inline

◆ does_not_start_with()

bool does_not_start_with ( const std::string &  haystack,
const std::string &  needle 
)
inline

◆ ends_with()

bool ends_with ( const std::string &  haystack,
const std::string &  needle 
)
inline

◆ does_not_end_with()

bool does_not_end_with ( const std::string &  haystack,
const std::string &  needle 
)
inline