List of regular expressions.
More...
#include "regex3.h"
|
| 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.
|
| |
List of regular expressions.
Definition at line 105 of file regex3.h.
◆ STAILQ_ENTRY()
◆ regex
| struct Regex* Replace::regex |
◆ nmatch
Match the 'nth' occurrence (0 means the whole expression)
Definition at line 108 of file regex3.h.
◆ templ
Template to match.
Definition at line 109 of file regex3.h.
The documentation for this struct was generated from the following file: