Definition: StreamUtils.H:14
auto split_string(std::string const &instr, std::string const &separator, bool const trim=false, std::string const &trim_space=" \t")
Splits a string using a string separator. This is somewhat similar to amrex::Tokenize....
Definition: StringUtils.H:35
std::vector< std::string > automatic_text_wrap(const std::string &text, int max_line_length)
This function performs automatic text wrapping on a string, returning an array of strings each not ex...
Definition: StringUtils.cpp:14