![]() |
v0.1.8
|
Regular expressions. More...
#include <Regex.hpp>
Public Member Functions | |
| Regex (String expression) | |
| Regex (const Regex ©) | |
| Regex & | operator= (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) |
Regular expressions.