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 #GdkEvent
an array of #VteRegex
PCRE2 match flags, or 0
a location to store the matches
%TRUE iff any of the regexes produced a match
0.46
See Implementation
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.