UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
util::string::StringParser Class Reference

Helper class that splits a string. More...

#include "util/stringparser.h"

Public Member Functions

 StringParser (const std::string &expression)
 Constructor.
bool Parse (const std::string &text)
 Parses the string.
bool ExistTag (const std::string &tag) const
 Test if a tag exist.
std::string GetTagValue (const std::string &tag) const
 Returns the tag value.

Detailed Description

Support class that splits a string into tags depending on an expression.


The documentation for this class was generated from the following file: