Terminal.searchSetRegex

void searchSetRegex(vte.regex.Regex regex, uint flags)

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.

Parameters

regexa #VteRegex, or null
flagsPCRE2 match flags, or 0