Handbook
Glossary
g_regex_split ( regex string match_options -- gchar** )
Vocabulary
glib
.
ffi
Inputs
regex
an
object
string
an
object
match_options
an
object
Outputs
gchar**
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar**
g_regex_split
( GRegex* regex, gchar* string,
GRegexMatchFlags
match_options )