check_replacement(const Glib::ustring& replacement, gboolean* has_references) | Glib::Regex | [static] |
get_capture_count() const | Glib::Regex | |
get_max_backref() const | Glib::Regex | |
get_pattern() const | Glib::Regex | |
get_string_number(const Glib::ustring& name) const | Glib::Regex | |
gobj() | Glib::Regex | |
gobj() const | Glib::Regex | |
gobj_copy() const | Glib::Regex | |
match(const Glib::ustring& string, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | |
match_all(const Glib::ustring& string, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | |
match_all_full(const Glib::ustring& string, int start_position, RegexMatchFlags match_options) | Glib::Regex | |
match_all_full(const Glib::ustring& string, gssize string_len, int start_position, RegexMatchFlags match_options) | Glib::Regex | |
match_full(const Glib::ustring& string, int start_position, RegexMatchFlags match_options) | Glib::Regex | |
match_full(const Glib::ustring& string, gssize string_len, int start_position, RegexMatchFlags match_options) | Glib::Regex | |
match_simple(const Glib::ustring& pattern, const Glib::ustring& string, RegexCompileFlags compile_options, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | [static] |
operator delete(void*, size_t) | Glib::Regex | [protected] |
reference() const | Glib::Regex | |
Regex() | Glib::Regex | [protected] |
replace(const gchar* string, gssize string_len, int start_position, const Glib::ustring& replacement, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | |
replace(const Glib::ustring& string, int start_position, const Glib::ustring& replacement, RegexMatchFlags match_options) | Glib::Regex | |
replace_eval(const Glib::ustring& string, gssize string_len, int start_position, RegexMatchFlags match_options, GRegexEvalCallback eval, gpointer user_data) | Glib::Regex | |
replace_literal(const gchar* string, gssize string_len, int start_position, const Glib::ustring& replacement, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | |
replace_literal(const Glib::ustring& string, int start_position, const Glib::ustring& replacement, RegexMatchFlags match_options) | Glib::Regex | |
split(const Glib::ustring& string, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | |
split_full(const gchar* string, gssize string_len, int start_position, RegexMatchFlags match_options=(RegexMatchFlags) 0, int max_tokens=0) const | Glib::Regex | |
split_full(const Glib::ustring& string, int start_position, RegexMatchFlags match_options, int max_tokens) const | Glib::Regex | |
split_simple(const Glib::ustring& pattern, const Glib::ustring& string, RegexCompileFlags compile_options, RegexMatchFlags match_options=(RegexMatchFlags) 0) | Glib::Regex | [static] |
unreference() const | Glib::Regex | |
wrap(GRegex* object, bool take_copy=false) | Glib::Regex | [related] |