c
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
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) : gboolean
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, Object out_values) : gboolean
GLib.Regex
Method
match_all (String string, RegexMatchFlags match_options, Object out_values) : gboolean
GLib.Regex
Method
match_all_full (Array string, gint64 string_len, gint32 start_position, RegexMatchFlags match_options, Object out_values) : gboolean
GLib.Regex
Method
match_full (Array string, gint64 string_len, gint32 start_position, RegexMatchFlags match_options, Object out_values) : gboolean
GLib.Regex
Method
replace (Array string, gint64 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options) : String
GLib.Regex
Method
replace_literal (Array string, gint64 string_len, gint32 start_position, String replacement, RegexMatchFlags match_options) : String
GLib.Regex
Method
split (String string, RegexMatchFlags match_options) : Array
GLib.Regex
Method
split_full (Array string, gint64 string_len, gint32 start_position, RegexMatchFlags match_options, gint32 max_tokens) : Array
GLib.Regex
Method
GLib.Regex.match_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : gboolean
GLib.Regex
Method
GLib.Regex.split_simple (String pattern, String string, RegexCompileFlags compile_options, RegexMatchFlags match_options) : Array
Vte.Terminal
Method
match_add_gregex (Regex regex, RegexMatchFlags flags) : gint32
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:40 GMT+0800 (HKT)