List of regular expressions. More...
#include "regex3.h"
Public Member Functions | |
| STAILQ_ENTRY (Replace) entries | |
| Linked list. | |
Data Fields | |
| struct Regex * | regex |
| Regex containing a regular expression. | |
| size_t | nmatch |
| Match the 'nth' occurrence (0 means the whole expression). | |
| char * | templ |
| Template to match. | |
| Replace::STAILQ_ENTRY | ( | Replace | ) |
Linked list.
| struct Regex* Replace::regex |
| size_t Replace::nmatch |