Packages
glib-2.0
GLib
MatchInfo
expand_references
fetch
fetch_all
fetch_named
fetch_named_pos
fetch_pos
get_match_count
get_regex
get_string
is_partial_match
matches
next
MatchInfo
Object Hierarchy:
GLib.MatchInfo
GLib.MatchInfo
GLib.MatchInfo
Description:
[
Compact
]
[
Version
( since =
"2.30"
) ]
[
CCode
( ref_function =
"g_match_info_ref"
, type_id =
"G_TYPE_MATCH_INFO"
, unref_function =
"g_match_info_unref"
) ]
public
class
MatchInfo
Namespace:
GLib
Package:
glib-2.0
Content:
Methods:
public
string
expand_references
(
string
string_to_expand)
throws
RegexError
public
string
?
fetch
(
int
match_num)
public
string
[]
fetch_all
()
public
string
?
fetch_named
(
string
name)
public
bool
fetch_named_pos
(
string
name,
out
int
start_pos,
out
int
end_pos)
public
bool
fetch_pos
(
int
match_num,
out
int
start_pos,
out
int
end_pos)
public
int
get_match_count
()
public
unowned
Regex
get_regex
()
public
unowned
string
get_string
()
public
bool
is_partial_match
()
public
bool
matches
()
public
bool
next
()
throws
RegexError