|
libarmutils
1.4
|
Regular Expressions List. More...
#include <regex_utils.h>
Data Fields | |
| int | nregs |
| number of regular expressions in the list | |
| char ** | patterns |
| list of regular expression patterns | |
| int * | cflags |
| list of compile flags used | |
| regex_t ** | regs |
| list of compiled regular expressions | |
| char * | string |
| string compared to regular expressions | |
| int | eflags |
| execute flags used | |
| int | mindex |
| index of the expression that was matched | |
| size_t | nsubs |
| number of parenthesised subexpressions | |
| regmatch_t * | offsets |
| arrary of substring offsets | |
| char ** | substrs |
| array of substrings | |
Regular Expressions List.
Definition at line 40 of file regex_utils.h.