v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
CGUL::Regex Class Reference

Regular expressions. More...

#include <Regex.hpp>

Public Member Functions

 Regex (String expression)
 
 Regex (const Regex &copy)
 
Regexoperator= (const Regex &operand)
 
void SetExpression (const String &expression)
 
String GetExpression () const
 
Boolean Match (const String &test) const
 
Boolean Find (const String &test, Size offset, Size *start, Size *end=NULL) const
 

Friends

std::ostream & operator<< (std::ostream &stream, const Regex &string)
 

Detailed Description

Regular expressions.

Todo:
Grab a library for this class, the C++11 one is largely unsupported.

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