#include "cel_string.h"
#include "cel_autoptr.h"

Go to the source code of this file.
Namespaces | |
| namespace | Celartem |
Classes | |
| class | Celartem::RegEx |
| class | Celartem::RegularExpression |
Enumerations | |
| enum | Celartem::RegexOptionFlag { Celartem::regex_default = 0, Celartem::regex_multiline = 1, Celartem::regex_ignoreCase = 2, Celartem::regex_longest_match = 4, Celartem::regex_ignore_empty = 8 } |
Definition in file cel_regex.h.