Vte.Terminal.MatchCheck Method
Checks if the text in and around the specified position matches any of the regular expressions previously set using Terminal.MatchAdd().

Syntax

public string MatchCheck (long column, long row, out int tag)

Parameters

column
the text column
row
the text row
tag
pointer to an integer

Returns

a string which matches one of the previously set regular expressions

Remarks

If a match exists, the text string is returned and if tag is not null, the number associated with the matched regular expression will be stored in tag. If more than one regular expression has been set with Vte.Terminal.MatchAdd(), then expressions are checked in the order in which they were added.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)