KJS::RegExp Class Reference
List of all members.Detailed Description
Definition at line 41 of file regexp.h.
Public Types | |
| enum | { None = 0, Global = 1, IgnoreCase = 2, Multiline = 4 } |
Public Member Functions | |
| RegExp (const UString &p, int f=None) | |
| ~RegExp () | |
| int | flags () const |
| UString | pattern () const |
| bool | isValid () const |
| UString | match (const UString &s, int i, int *pos=0, int **ovector=0) |
| unsigned int | subPatterns () const |
| void | prepareMatch (const UString &s) |
| void | doneMatch () |
The documentation for this class was generated from the following files:

