:right-sidebar: True MatchInfo =================================================================== .. currentmodule:: gi.repository.GObject .. class:: MatchInfo(*args, **kwargs) :no-contents-entry: Methods ------- .. rst-class:: interim-class .. class:: MatchInfo :no-index: .. method:: expand_references(string_to_expand: str) -> str | None :param string_to_expand: .. method:: fetch(match_num: int) -> str | None :param match_num: .. method:: fetch_all() -> list[str] .. method:: fetch_named(name: str) -> str | None :param name: .. method:: fetch_named_pos(name: str) -> ~typing.Tuple[bool, int, int] :param name: .. method:: fetch_pos(match_num: int) -> ~typing.Tuple[bool, int, int] :param match_num: .. method:: free() -> None .. method:: get_match_count() -> int .. method:: get_regex() -> ~gi.repository.GLib.Regex .. method:: get_string() -> str .. method:: is_partial_match() -> bool .. method:: matches() -> bool .. method:: next() -> bool