[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGRegexCompileFlags

Declaration

Source position: lazglib2.pas line 560

type TGRegexCompileFlags = set of (

  TGRegexCompileFlagsIdxMinValue = 0,

  

  G_REGEX_CASELESS = 0,

  

  G_REGEX_MULTILINE = 1,

  

  G_REGEX_DOTALL = 2,

  

  G_REGEX_EXTENDED = 3,

  

  G_REGEX_ANCHORED = 4,

  

  G_REGEX_DOLLAR_ENDONLY = 5,

  

  G_REGEX_UNGREEDY = 9,

  

  G_REGEX_RAW = 11,

  

  G_REGEX_NO_AUTO_CAPTURE = 12,

  

  G_REGEX_OPTIMIZE = 13,

  

  G_REGEX_FIRSTLINE = 18,

  

  G_REGEX_DUPNAMES = 19,

  

  G_REGEX_NEWLINE_CR = 20,

  

  G_REGEX_NEWLINE_LF = 21,

  

  G_REGEX_BSR_ANYCRLF = 23,

  

  G_REGEX_JAVASCRIPT_COMPAT = 25,

  

  TGRegexCompileFlagsIdxMaxValue = 31

  

);