Handbook
Glossary
g_regex_split_simple ( pattern string compile_options match_options -- gchar** )
Vocabulary
glib
.
ffi
Inputs
pattern
an
object
string
an
object
compile_options
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_simple
( gchar* pattern, gchar* string,
GRegexCompileFlags
compile_options,
GRegexMatchFlags
match_options )