Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Regular expression parse flags

Enumerations

enum  {
  FX::REX_NORMAL = 0,
  FX::REX_CAPTURE = 1,
  FX::REX_ICASE = 2,
  FX::REX_NEWLINE = 4,
  FX::REX_VERBATIM = 8,
  FX::REX_SYNTAX = 16
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Regular expression parse flags.

Enumerator
REX_NORMAL 

Normal mode.

REX_CAPTURE 

Perform capturing parentheses.

REX_ICASE 

Case independent matching.

REX_NEWLINE 

Match-any operators match newline too.

REX_VERBATIM 

Disable interpretation of magic characters.

REX_SYNTAX 

Perform syntax check only.

Copyright © 1997-2005 Jeroen van der Zijp