enum GLib::RegexCompileFlags

Defined in:

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

Enum Members

Default = 0_u32
Caseless = 1_u32
Multiline = 2_u32
Dotall = 4_u32
Extended = 8_u32
Anchored = 16_u32
DollarEndonly = 32_u32
Ungreedy = 512_u32
Raw = 2048_u32
NoAutoCapture = 4096_u32
Optimize = 8192_u32
Firstline = 262144_u32
Dupnames = 524288_u32
NewlineCr = 1048576_u32
NewlineLf = 2097152_u32
NewlineCrlf = 3145728_u32
NewlineAnycrlf = 5242880_u32
BsrAnycrlf = 8388608_u32
JavascriptCompat = 33554432_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def anchored? #

def bsr_anycrlf? #

def caseless? #

def default? #

def dollar_endonly? #

def dotall? #

def dupnames? #

def extended? #

def firstline? #

def javascript_compat? #

def multiline? #

def newline_anycrlf? #

def newline_cr? #

def newline_crlf? #

def newline_lf? #

def no_auto_capture? #

def none? #

def optimize? #

def raw? #

def ungreedy? #