API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.14
gint g_regex_get_string_number ( const GRegex* regex, const gchar* name )
Retrieves the number of the subexpression named name.
name
Available since: 2.14
Type: const gchar*
const gchar*
Name of the subexpression.
Type: gint
gint
The number of the subexpression or -1 if name does not exists.