gehe zum Quellcode dieser Datei
Makrodefinitionen | |
| #define | RE_GLOBAL 0x0001 |
| #define | RE_EXCOMPATIBLE 0x0002 |
| #define | RE_CASELESS 0x0004 |
| #define | RE_MULTILINE 0x0008 |
| #define | RE_DOTALL 0x0010 |
| #define | RE_EXTENDED 0x0020 |
| #define | RE_ANCHORED 0x0040 |
| #define | RE_DOLLAR_ENDONLY 0x0080 |
| #define | RE_NOTBOL 0x0100 |
| #define | RE_NOTEOL 0x0200 |
| #define | RE_UNGREEDY 0x0400 |
| #define | RE_NOTEMPTY 0x0800 |
| #define | RE_MATCH_SUBS 0x1000 |
| #define | RE_OMIT_DELIM 0x1000 |
| #define | RE_TRADITIONAL 0x04000000 |
| #define | RE_PCRE 0x02000000 |
| #define | RE_PACKAGE_MASK (RE_TRADITIONAL | RE_PCRE) |
1.6.3