|
std::vector< std::string > | angle::SplitString (const std::string &input, const std::string &delimiters, WhitespaceHandling whitespace, SplitResult resultType) |
|
void | angle::SplitStringAlongWhitespace (const std::string &input, std::vector< std::string > *tokensOut) |
|
std::string | angle::TrimString (const std::string &input, const std::string &trimChars) |
|
bool | angle::HexStringToUInt (const std::string &input, unsigned int *uintOut) |
|
bool | angle::ReadFileToString (const std::string &path, std::string *stringOut) |
|
Optional< std::vector< wchar_t > > | angle::WidenString (size_t length, const char *cString) |
|
bool | angle::BeginsWith (const std::string &str, const char *prefix) |
|
bool | angle::BeginsWith (const char *str, const char *prefix) |
|
bool | angle::EndsWith (const std::string &str, const char *suffix) |
|