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
true
if this enum value containsAnchored
-
#bsr_any?
Returns
true
if this enum value containsBsrAny
-
#bsr_anycrlf?
Returns
true
if this enum value containsBsrAnycrlf
-
#newline_any?
Returns
true
if this enum value containsNewlineAny
-
#newline_anycrlf?
Returns
true
if this enum value containsNewlineAnycrlf
-
#newline_cr?
Returns
true
if this enum value containsNewlineCr
-
#newline_crlf?
Returns
true
if this enum value containsNewlineCrlf
-
#newline_lf?
Returns
true
if this enum value containsNewlineLf
- #none?
-
#notbol?
Returns
true
if this enum value containsNotbol
-
#notempty?
Returns
true
if this enum value containsNotempty
-
#notempty_atstart?
Returns
true
if this enum value containsNotemptyAtstart
-
#noteol?
Returns
true
if this enum value containsNoteol
-
#partial?
Returns
true
if this enum value containsPartial
-
#partial_hard?
Returns
true
if this enum value containsPartialHard
-
#partial_soft?
Returns
true
if this enum value containsPartialSoft