File string_tools.cpp

namespace faabric
namespace util

Functions

bool isAllWhitespace(const std::string &input)
bool startsWith(const std::string &input, const std::string &subStr)
bool endsWith(const std::string &input, const std::string &subStr)
bool contains(const std::string &input, const std::string &subStr)
std::string removeSubstr(const std::string &input, const std::string &toErase)
bool stringIsInt(const std::string &input)