enum GLib::RegexMatchFlags

Defined in:

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

Enum 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

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def anchored? #

[View source]
def bsr_any? #

[View source]
def bsr_anycrlf? #

[View source]
def newline_any? #

[View source]
def newline_anycrlf? #

[View source]
def newline_cr? #

[View source]
def newline_crlf? #

[View source]
def newline_lf? #

[View source]
def none? #

[View source]
def notbol? #

[View source]
def notempty? #

[View source]
def notempty_atstart? #

[View source]
def noteol? #

[View source]
def partial? #

[View source]
def partial_hard? #

[View source]
def partial_soft? #

[View source]