g_regex_match ( regex string match_options match_info -- gboolean )


Vocabulary
glib.ffi

Inputs
regexan object
stringan object
match_optionsan object
match_infoan object


Outputs
gbooleanan object


Definition


LIBRARY: glib FUNCTION: gboolean g_regex_match
( GRegex* regex, gchar* string, GRegexMatchFlags
match_options, GMatchInfo* match_info )