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

Regular expression match flags

Enumerations

enum  {
  FX::REX_FORWARD = 0,
  FX::REX_BACKWARD = 32,
  FX::REX_NOT_BOL = 64,
  FX::REX_NOT_EOL = 128,
  FX::REX_NOT_EMPTY = 256
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Regular expression match flags.

Enumerator
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.

Copyright © 1997-2005 Jeroen van der Zijp