Checks each regex in regexes if the text in and around the position of the event matches the regular expressions. If a match exists, the matched text is stored in matches at the position of the regex in regexes; otherwise NULL is stored there.
a gdk.Event
an array of vte.Regex
PCRE2 match flags, or 0
a location to store the matches
TRUE iff any of the regexes produced a match
0.46
Checks each regex in regexes if the text in and around the position of the event matches the regular expressions. If a match exists, the matched text is stored in matches at the position of the regex in regexes; otherwise NULL is stored there.