From 8d45f5ff950131d1d9724b62628b4e81a8461462 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Nov 2018 23:46:43 +0100 Subject: regex: Add vte_regex_substitute Add VteRegex API to substitute a string match with a replacement. Based on a patch by Rodolfo Granata . https://gitlab.gnome.org/GNOME/gnome-terminal/issues/43 --- doc/reference/vte-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt index 532c061c..9ab873c1 100644 --- a/doc/reference/vte-sections.txt +++ b/doc/reference/vte-sections.txt @@ -166,6 +166,7 @@ vte_regex_unref vte_regex_new_for_match vte_regex_new_for_search vte_regex_jit +vte_regex_substitute VTE_TYPE_REGEX -- cgit v1.2.1