enum
GLib::RegexMatchFlags
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Anchored =
16_u32 -
Notbol =
128_u32 -
Noteol =
256_u32 -
Notempty =
1024_u32 -
Partial =
32768_u32 -
NewlineCr =
1048576_u32 -
NewlineLf =
2097152_u32 -
NewlineCrlf =
3145728_u32 -
NewlineAny =
4194304_u32 -
NewlineAnycrlf =
5242880_u32 -
BsrAnycrlf =
8388608_u32 -
BsrAny =
16777216_u32 -
PartialSoft =
32768_u32 -
PartialHard =
134217728_u32 -
NotemptyAtstart =
268435456_u32 -
None =
0_u32 -
All =
435193232_u32
Instance Method Summary
-
#anchored?
Returns
trueif this enum value containsAnchored -
#bsr_any?
Returns
trueif this enum value containsBsrAny -
#bsr_anycrlf?
Returns
trueif this enum value containsBsrAnycrlf -
#newline_any?
Returns
trueif this enum value containsNewlineAny -
#newline_anycrlf?
Returns
trueif this enum value containsNewlineAnycrlf -
#newline_cr?
Returns
trueif this enum value containsNewlineCr -
#newline_crlf?
Returns
trueif this enum value containsNewlineCrlf -
#newline_lf?
Returns
trueif this enum value containsNewlineLf - #none?
-
#notbol?
Returns
trueif this enum value containsNotbol -
#notempty?
Returns
trueif this enum value containsNotempty -
#notempty_atstart?
Returns
trueif this enum value containsNotemptyAtstart -
#noteol?
Returns
trueif this enum value containsNoteol -
#partial?
Returns
trueif this enum value containsPartial -
#partial_hard?
Returns
trueif this enum value containsPartialHard -
#partial_soft?
Returns
trueif this enum value containsPartialSoft