Options that can OR'ed together in the Regex constructor. Regex. More...
#include <RegexOptions.h>
Public Types | |
enum | Options { NONE = 0, IGNORE_CASE = REG_ICASE, MULTILINE = REG_NEWLINE, EXPLICIT_CAPTURE = REG_NOSUB, SINGLE_LINE = REG_DOTALL, NOT_BOL = REG_NOTBOL, NOT_EOL = REG_NOTEOL, NOT_EMPTY = REG_NOTEMPTY } |
Options that can OR'ed together in the Regex constructor. Regex.
Definition at line 30 of file RegexOptions.h.