Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GRegexMatchFlags |
Enum : | RegexMatchFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GLib.RegexMatchFlags.ANCHORED : 16
|
|
Number GLib.RegexMatchFlags.NEWLINE_ANY : 4194304
|
|
Number GLib.RegexMatchFlags.NEWLINE_CR : 1048576
|
|
Number GLib.RegexMatchFlags.NEWLINE_CRLF : 3145728
|
|
Number GLib.RegexMatchFlags.NEWLINE_LF : 2097152
|
|
Number GLib.RegexMatchFlags.NOTBOL : 128
|
|
Number GLib.RegexMatchFlags.NOTEMPTY : 1024
|
|
Number GLib.RegexMatchFlags.NOTEOL : 256
|
|
Number 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)
:
Boolean
|
GLib
Method |
GLib.regex_split_simple
(String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options)
:
Array
|
GLib.Regex
Method |
new GLib.Regex.c_new
(String pattern, RegexCompileFlags compile_options, RegexMatchFlags match_options)
:
GLib.Regex
Create a new GLib.Regex
|
GLib.Regex
Method |
get_match_flags
()
:
GLib.RegexMatchFlags
|
GLib.Regex
Method |
|
GLib.Regex
Method |
match_full
(String string, Number string_len, Number start_position, RegexMatchFlags match_options, MatchInfo match_info)
:
Boolean
|
GLib.Regex
Method |
|
GLib.Regex
Method |
match_all_full
(String string, Number string_len, Number start_position, RegexMatchFlags match_options, MatchInfo match_info)
:
Boolean
|
GLib.Regex
Method |
|
GLib.Regex
Method |
split_full
(String string, Number string_len, Number start_position, RegexMatchFlags match_options, Number max_tokens)
:
Array
|
GLib.Regex
Method |
replace
(String string, Number string_len, Number start_position, String replacement, RegexMatchFlags match_options)
:
String
|
GLib.Regex
Method |
replace_literal
(String string, Number string_len, Number start_position, String replacement, RegexMatchFlags match_options)
:
String
|
GLib.Regex
Method |
replace_eval
(String string, Number string_len, Number start_position, RegexMatchFlags match_options, Function eval, void* user_data)
:
String
|
Vte.Terminal
Method |
|