[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 592
type TGRegexMatchFlags = set of ( |
||
TGRegexMatchFlagsIdxMinValue = 0, |
|
|
G_REGEX_MATCH_ANCHORED = 4, |
|
|
G_REGEX_MATCH_NOTBOL = 7, |
|
|
G_REGEX_MATCH_NOTEOL = 8, |
|
|
G_REGEX_MATCH_NOTEMPTY = 10, |
|
|
G_REGEX_MATCH_PARTIAL_SOFT = 15, |
|
|
G_REGEX_MATCH_PARTIAL = 15, |
|
|
G_REGEX_MATCH_NEWLINE_CR = 20, |
|
|
G_REGEX_MATCH_NEWLINE_LF = 21, |
|
|
G_REGEX_MATCH_NEWLINE_ANY = 22, |
|
|
G_REGEX_MATCH_BSR_ANYCRLF = 23, |
|
|
G_REGEX_MATCH_BSR_ANY = 24, |
|
|
G_REGEX_MATCH_PARTIAL_HARD = 27, |
|
|
G_REGEX_MATCH_NOTEMPTY_ATSTART = 28, |
|
|
TGRegexMatchFlagsIdxMaxValue = 31 |
|
|
); |