Regular expression representing a range. More...
#include "private.h"
Data Fields | |
const char * | raw |
Regex as string. More... | |
int | lgrp |
Paren group matching the left side. More... | |
int | rgrp |
Paren group matching the right side. More... | |
bool | ready |
Compiled yet? More... | |
regex_t | cooked |
Compiled form. More... | |