Terminal.matchAddGregex

Adds the regular expression @regex to the list of matching expressions. When the user moves the mouse cursor over a section of displayed text which matches this expression, the text will be highlighted.

class Terminal
int
matchAddGregex

Parameters

regex Regex

a #GRegex

flags GRegexMatchFlags

the #GRegexMatchFlags to use when matching the regex

Return: an integer associated with this expression

Meta