- The ::operator_match (and by extension operator_nomatch) now obey the rc.regex
  setting.
This commit is contained in:
Paul Beckingham
2014-09-28 13:39:50 -04:00
parent 9e0ea1cb4a
commit dcc5dbf16a
3 changed files with 45 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ class Variant
public:
static std::string dateFormat;
static bool searchCaseSensitive;
static bool searchUsingRegex;
enum type {type_unknown, type_boolean, type_integer, type_real, type_string,
type_date, type_duration};