class Regex

Instruction that matches a regular expression. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods


Detailed Description

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:

rexpstring 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.


Generated by: pavlin on possum.icir.org on Wed Apr 13 21:53:13 2005, using kdoc $.