enum GLib::RegexMatchFlags

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

Default = 0_u32
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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def anchored? #

def bsr_any? #

def bsr_anycrlf? #

def default? #

def newline_any? #

def newline_anycrlf? #

def newline_cr? #

def newline_crlf? #

def newline_lf? #

def none? #

def notbol? #

def notempty? #

def notempty_atstart? #

def noteol? #

def partial? #

def partial_hard? #

def partial_soft? #