stc
Loading...
Searching...
No Matches
Namespaces | Functions
StringUtil.hpp File Reference
#include <algorithm>
#include <string>
#include <sstream>
#include <vector>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  stc
 
namespace  stc::string
 

Functions

std::vector< std::string > stc::string::split (const std::string &input, const char delimiter, int64_t limit=-1)
 
std::vector< std::string > stc::string::split (const std::string &input, const std::string &delimiter, int64_t limit=-1)
 
std::vector< int > stc::string::byteArrayOf (const std::string &input)
 
std::string stc::string::getByteString (const std::string &input)
 
void stc::string::replaceAll (std::string &input, const std::string &find, const std::string &replaceWith, size_t limit=0)
 
void stc::string::removeDuplicateWhitespace (const std::string &input, std::string &output)
 

Detailed Description

Whole bunch of stringutils.