| Import line: | GLib = imports.gi.GLib; |
| GIR File: | GLib-2.0.gir |
| C documentation: | GRegexMatchFlags |
| Enum : | RegexMatchFlags |
| Properties | |
|---|---|
|
guint32 GLib.RegexMatchFlags.ANCHORED : 16
|
|
|
guint32 GLib.RegexMatchFlags.NEWLINE_ANY : 4194304
|
|
|
guint32 GLib.RegexMatchFlags.NEWLINE_CR : 1048576
|
|
|
guint32 GLib.RegexMatchFlags.NEWLINE_CRLF : 3145728
|
|
|
guint32 GLib.RegexMatchFlags.NEWLINE_LF : 2097152
|
|
|
guint32 GLib.RegexMatchFlags.NOTBOL : 128
|
|
|
guint32 GLib.RegexMatchFlags.NOTEMPTY : 1024
|
|
|
guint32 GLib.RegexMatchFlags.NOTEOL : 256
|
|
|
guint32 GLib.RegexMatchFlags.PARTIAL : 32768
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GLib
Method |
GLib.regex_match_simple
(String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options)
:
gboolean
|
|
GLib.Regex
Method |
get_match_flags
()
:
GLib.RegexMatchFlags
|
|
GLib.Regex
Method |
|
|
GLib.Regex
Method |
|
|
GLib.Regex
Method |
match_all_full
(String string, gint32 string_len, gint32 start_position, RegexMatchFlags match_options, MatchInfo match_info)
:
gboolean
|
|
GLib.Regex
Method |
match_full
(String string, gint32 string_len, gint32 start_position, RegexMatchFlags match_options, MatchInfo match_info)
:
gboolean
|
|
GLib.Regex
Method |
replace
(String string, gint32 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options)
:
String
|
|
GLib.Regex
Method |
replace_literal
(String string, gint32 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options)
:
String
|
|
Vte.Terminal
Method |
|