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 Value

Type: int

an integer associated with this expression Since 0.17.1

Meta