|
|
Argument is element on top of the stack.
1 element popped from stack.
Throws an exception if regular expression is invalid.
RegexErr (class) | RegexErr |
Regex (const string& rexp)
| Regex |
Compiles and initialized a regular expression
Parameters:
rexp | string representation of regular expression |
~Regex ()
| ~Regex |
INSTR_VISITABLE ()
| INSTR_VISITABLE |
const string& rexp ()
| rexp |
[const]
Returns: string representation of regular expression
regex_t& reg ()
| reg |
Returns: regex structure used by C-library. Caller must not free.