GLib.MatchInfo – glib-2.0 Reference Manual
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:
Description:
[
Compact
]
public
class
MatchInfo
Namespace:
GLib
Package:
glib-2.0
Content:
Methods:
public
weak
Regex
get_regex
()
public
unowned
string
get_string
()
public
bool
matches
()
public
bool
next
()
throws
RegexError
public
int
get_match_count
()
public
bool
is_partial_match
()
public
string
expand_references
(
string
string_to_expand)
throws
RegexError
public
string
?
fetch
(
int
match_num)
public
bool
fetch_pos
(
int
match_num,
out
int
start_pos,
out
int
end_pos)
public
string
?
fetch_named
(
string
name)
public
bool
fetch_named_pos
(
string
name,
out
int
start_pos,
out
int
end_pos)
public
string
[]
fetch_all
()