NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
Regex Struct Reference

Cached regular expression. More...

#include "regex3.h"

Data Fields

char * pattern
 printable version More...
 
regex_t * regex
 compiled expression More...
 
bool pat_not
 do not match More...
 

Detailed Description

Cached regular expression.

Definition at line 88 of file regex3.h.

Field Documentation

◆ pattern

char* Regex::pattern

printable version

Definition at line 90 of file regex3.h.

◆ regex

regex_t* Regex::regex

compiled expression

Definition at line 91 of file regex3.h.

◆ pat_not

bool Regex::pat_not

do not match

Definition at line 92 of file regex3.h.


The documentation for this struct was generated from the following file: