g_regex_split_full ( regex string string_len start_position match_options max_tokens error -- gchar** )


Vocabulary
glib.ffi

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


Outputs
gchar**an object


Definition


LIBRARY: glib FUNCTION: gchar** g_regex_split_full
( GRegex* regex, gchar* string, glong string_len, gint
start_position, GRegexMatchFlags match_options, gint
max_tokens, GError* error )