#include "UtilPrereqs.h"
#include <vector>
#include <string>
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::SubString |
A class that can load one string and split it in multipe ones. More... |
This class is also identified as a Tokenizer. It splits up one long String into multiple small ones by a designated Delimiter.
Substring is Advanced, and it is possible, to split a string by ',' but also removing leading and trailing spaces around the comma.