Terminal.checkRegexSimpleAt

Like vte.terminal.Terminal.checkRegexSimpleAt, but returns an array of strings, containing the matching text (or null if no match) corresponding to each of the regexes in regexes.

You must free each string and the array; but note that this is *not* a null-terminated string array, and so you must *not* use glib.global.strfreev on it.

class Terminal
string[]
checkRegexSimpleAt
(
double x
,
double y
,,)

Parameters

x double
y double
regexes vte.regex.Regex[]

an array of #VteRegex

matchFlags uint

PCRE2 match flags, or 0

Return Value

Type: string[]

a newly allocated array of strings, or null if none of the regexes matched