#include <RegExp.h>
List of all members.
Detailed Description
Regular expression class. Uses the boost wregex.
Constructor & Destructor Documentation
| zeus::TRegExp::TRegExp |
( |
const IString & |
rPattern ) |
[inline] |
creates a regular expression object
- Parameters:
-
| rPattern | : Regular expression pattern |
| zeus::TRegExp::TRegExp |
( |
const wchar_t * |
pPattern ) |
[inline] |
creates a regular expression object
- Parameters:
-
| pPattern | : Regular expression pattern |
| zeus::TRegExp::~TRegExp |
( |
) |
[inline, virtual] |
Destroys the regular expression object
Member Function Documentation
| bool TRegExp::isMatching |
( |
const IString & |
rData ) |
const |
Checks if the data matches to the regular expression
- Parameters:
-
- Return values:
-
| true | : Matches |
| false,: | Could not match the expression |
| bool zeus::TRegExp::isMatching |
( |
const wchar_t * |
pData ) |
const [inline] |
The documentation for this class was generated from the following files: