#include <Extensions.h>
|
static std::vector< std::string > | Split (std::string s, std::string delimiter) |
|
static bool | Replace (std::string &str, const std::string &from, const std::string &to) |
|
Definition at line 6 of file Extensions.h.
◆ Replace()
static bool Library::StringUtils::Replace |
( |
std::string & |
str, |
|
|
const std::string & |
from, |
|
|
const std::string & |
to |
|
) |
| |
|
inlinestatic |
◆ Split()
static std::vector<std::string> Library::StringUtils::Split |
( |
std::string |
s, |
|
|
std::string |
delimiter |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: