git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11089
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
enum
{
// use extended regex syntax (default)
enum
{
// use extended regex syntax (default)
// only check match, don't set back references
// only check match, don't set back references
// if not set, treat '\n' as an ordinary character, otherwise it is
// special: it is not matched by '.' and '^' and '$' always match
// if not set, treat '\n' as an ordinary character, otherwise it is
// special: it is not matched by '.' and '^' and '$' always match
- // after/before it regardless of the setting of wxRE\_NOT[BE]OL
- wxRE\_NEWLINE = 16,
+ // after/before it regardless of the setting of wxRE_NOT[BE]OL
+ wxRE_NEWLINE = 16,
- wxRE\_DEFAULT = wxRE\_EXTENDED
+ wxRE_DEFAULT = wxRE_EXTENDED
enum
{
// '^' doesn't match at the start of line
enum
{
// '^' doesn't match at the start of line
// '$' doesn't match at the end of line
// '$' doesn't match at the end of line