Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.RegexMatchFlags

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GRegexMatchFlags
Enum : RegexMatchFlags
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
match (String string, RegexMatchFlags match_options, MatchInfo match_info) : Boolean
GLib.Regex
Method
match_full (String string, Number string_len, Number start_position, RegexMatchFlags match_options, MatchInfo match_info) : Boolean
GLib.Regex
Method
match_all (String string, RegexMatchFlags match_options, MatchInfo match_info) : Boolean
GLib.Regex
Method
match_all_full (String string, Number string_len, Number start_position, RegexMatchFlags match_options, MatchInfo match_info) : Boolean
GLib.Regex
Method
split (String string, RegexMatchFlags match_options) : Array
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
match_add_gregex (Regex regex, RegexMatchFlags flags) : Number
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:00 GMT+0800 (HKT)