|
VICI
0.11.815
Visual Chart Interpreter
|
Useful string functions. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | VICI::Path |
| Manipulate path strings. More... | |
Namespaces | |
| VICI | |
| The namespace for the Visual Chart Interpreter project. | |
Typedefs | |
| typedef const std::string & | csr |
| Save some time typing and shorten parameter lines. | |
Functions | |
| void | VICI::trim (std::string &s) |
| rip off leading and trailing white spaces More... | |
| int | VICI::split (csr text, std::vector< std::string > &result) |
| split a string into sub-strings at spaces More... | |
| std::string | VICI::expandMacros (csr s) |
| expand a string containing $ macros More... | |
| std::string | VICI::clean (csr s) |
| Remove everything except alpha, digit, space, dot, hyphen and underscore. More... | |
Useful string functions.
1.8.5