NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Regex Struct Reference

Cached regular expression. More...

#include "regex3.h"

Data Fields

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

Detailed Description

Cached regular expression.

Definition at line 84 of file regex3.h.

Field Documentation

◆ pattern

char* Regex::pattern

printable version

Definition at line 86 of file regex3.h.

◆ regex

regex_t* Regex::regex

compiled expression

Definition at line 87 of file regex3.h.

◆ pat_not

bool Regex::pat_not

do not match

Definition at line 88 of file regex3.h.


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