GLib.Regex.match_full – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Regex
check_replacement
escape_string
match_simple
split_simple
Regex
get_capture_count
get_compile_flags
get_match_flags
get_max_backref
get_pattern
get_string_number
match
match_all
match_all_full
match_full
replace
replace_eval
replace_literal
split
split_full
match_full
Description:
public
bool
match_full
(
string
str,
ssize_t
string_len = -
1
,
int
start_position =
0
,
RegexMatchFlags
match_options =
0
,
out
MatchInfo
match_info =
null
)
throws
RegexError