g_regex_match_full ( regex string string_len start_position match_options match_info error -- gboolean )


Vocabulary
glib.ffi

Inputs
regexan object
stringan object
string_lenan object
start_positionan object
match_optionsan object
match_infoan object
erroran object


Outputs
gbooleanan object


Definition


LIBRARY: glib FUNCTION: gboolean g_regex_match_full
( GRegex* regex, gchar* string, glong string_len, gint
start_position, GRegexMatchFlags match_options, GMatchInfo*
match_info, GError* error )