enum
GLib::RegexCompileFlags
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
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
-
None =
0_u32
-
All =
50084415_u32
Instance Method Summary
-
#anchored?
Returns
true
if this enum value containsAnchored
-
#bsr_anycrlf?
Returns
true
if this enum value containsBsrAnycrlf
-
#caseless?
Returns
true
if this enum value containsCaseless
-
#dollar_endonly?
Returns
true
if this enum value containsDollarEndonly
-
#dotall?
Returns
true
if this enum value containsDotall
-
#dupnames?
Returns
true
if this enum value containsDupnames
-
#extended?
Returns
true
if this enum value containsExtended
-
#firstline?
Returns
true
if this enum value containsFirstline
-
#javascript_compat?
Returns
true
if this enum value containsJavascriptCompat
-
#multiline?
Returns
true
if this enum value containsMultiline
-
#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
-
#no_auto_capture?
Returns
true
if this enum value containsNoAutoCapture
- #none?
-
#optimize?
Returns
true
if this enum value containsOptimize
-
#raw?
Returns
true
if this enum value containsRaw
-
#ungreedy?
Returns
true
if this enum value containsUngreedy