|
IFEM
90A354
|
Some general string manipulation functions. More...
#include <string>#include <vector>

Go to the source code of this file.
Functions | |
| std::string & | replaceAll (std::string &context, const std::string &from, const std::string &to) |
| Replaces all occurances of from in context to to. | |
| std::vector< std::string > | splitString (const std::string &str, int delimiter(int)=::isspace) |
| Split a string on a given delimiter. More... | |
Some general string manipulation functions.
| std::vector<std::string> splitString | ( | const std::string & | str, |
| int | delimiterint = ::isspace |
||
| ) |
Split a string on a given delimiter.
| [in] | str | The string to split |
| [in] | delimiter | Function callback for the delimiter to use |
Referenced by utl::parseTensorFunc(), and utl::parseVecFunc().