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