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

Regular expression match flags


Enumerations

enum  {
  REX_FORWARD = 0,
  REX_BACKWARD = 32,
  REX_NOT_BOL = 64,
  REX_NOT_EOL = 128,
  REX_NOT_EMPTY = 256
}
 Regular expression match flags. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
REX_FORWARD  Match scanning forward from offset.
REX_BACKWARD  Match scanning backward from offset.
REX_NOT_BOL  Start of string is NOT begin of line.
REX_NOT_EOL  End of string is NOT end of line.
REX_NOT_EMPTY  Do not match empty.