glib.gregex

Undocumented in source.

Members

Aliases

GRegexEvalCallback
alias GRegexEvalCallback = gboolean function(const(GMatchInfo)* match_info, GString* result, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GRegexCompileFlags
enum GRegexCompileFlags
Undocumented in source.
GRegexError
enum GRegexError
Undocumented in source.
GRegexMatchFlags
enum GRegexMatchFlags
Undocumented in source.

Functions

g_match_info_expand_references
gchar* g_match_info_expand_references(const(GMatchInfo)* match_info, const(gchar)* string_to_expand, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch
gchar* g_match_info_fetch(const(GMatchInfo)* match_info, gint match_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_all
gchar** g_match_info_fetch_all(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named
gchar* g_match_info_fetch_named(const(GMatchInfo)* match_info, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_named_pos
gboolean g_match_info_fetch_named_pos(const(GMatchInfo)* match_info, const(gchar)* name, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_fetch_pos
gboolean g_match_info_fetch_pos(const(GMatchInfo)* match_info, gint match_num, gint* start_pos, gint* end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_free
void g_match_info_free(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_match_count
gint g_match_info_get_match_count(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_regex
GRegex* g_match_info_get_regex(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_get_string
const(gchar)* g_match_info_get_string(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_is_partial_match
gboolean g_match_info_is_partial_match(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_matches
gboolean g_match_info_matches(const(GMatchInfo)* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_next
gboolean g_match_info_next(GMatchInfo* match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_ref
GMatchInfo* g_match_info_ref(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_match_info_unref
void g_match_info_unref(GMatchInfo* match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_check_replacement
gboolean g_regex_check_replacement(const(gchar)* replacement, gboolean* has_references, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_error_quark
GQuark g_regex_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_nul
gchar* g_regex_escape_nul(const(gchar)* str, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_escape_string
gchar* g_regex_escape_string(const(gchar)* str, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_capture_count
gint g_regex_get_capture_count(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_compile_flags
GRegexCompileFlags g_regex_get_compile_flags(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_has_cr_or_lf
gboolean g_regex_get_has_cr_or_lf(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_match_flags
GRegexMatchFlags g_regex_get_match_flags(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_max_backref
gint g_regex_get_max_backref(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_max_lookbehind
gint g_regex_get_max_lookbehind(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_pattern
const(gchar)* g_regex_get_pattern(const(GRegex)* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_get_string_number
gint g_regex_get_string_number(const(GRegex)* regex, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match
gboolean g_regex_match(const(GRegex)* regex, const(gchar)* str, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all
gboolean g_regex_match_all(const(GRegex)* regex, const(gchar)* str, GRegexMatchFlags match_options, GMatchInfo** match_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_all_full
gboolean g_regex_match_all_full(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_full
gboolean g_regex_match_full(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, GRegexMatchFlags match_options, GMatchInfo** match_info, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_match_simple
gboolean g_regex_match_simple(const(gchar)* pattern, const(gchar)* str, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_new
GRegex* g_regex_new(const(gchar)* pattern, GRegexCompileFlags compile_options, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_ref
GRegex* g_regex_ref(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace
gchar* g_regex_replace(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_eval
gchar* g_regex_replace_eval(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, GRegexMatchFlags match_options, GRegexEvalCallback eval, gpointer user_data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_replace_literal
gchar* g_regex_replace_literal(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, const(gchar)* replacement, GRegexMatchFlags match_options, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split
gchar** g_regex_split(const(GRegex)* regex, const(gchar)* str, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_full
gchar** g_regex_split_full(const(GRegex)* regex, const(gchar)* str, gssize string_len, gint start_position, GRegexMatchFlags match_options, gint max_tokens, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_split_simple
gchar** g_regex_split_simple(const(gchar)* pattern, const(gchar)* str, GRegexCompileFlags compile_options, GRegexMatchFlags match_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_regex_unref
void g_regex_unref(GRegex* regex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GMatchInfo
struct GMatchInfo
Undocumented in source.
GRegex
struct GRegex
Undocumented in source.

Meta