UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
stringparser.h File Reference

Helper class that splits a string into various tags. More...

#include <string>
#include <vector>
Include dependency graph for stringparser.h:

Go to the source code of this file.

Classes

class  util::string::StringParser
 Helper class that splits a string. More...

Namespaces

namespace  util
 Main namespace for the util library.
namespace  util::string
 The string namespace is used for string manipulation functions.

Detailed Description

Support class that splits a string into tags based upon an expression patter.