Terminal.searchSetRegex

Sets the regex to search for. Unsets the search regex when passed null.

Note that regex should have been created using the <literal>PCRE2_MULTILINE</literal> flag.

class Terminal
void
searchSetRegex

Parameters

regex vte.regex.Regex

a #VteRegex, or null

flags uint

PCRE2 match flags, or 0