Quick search for a row in the table by the contents of the cells, and for the text columns the principle of setting according to the template according to the REGEX code system is applied.

Returns the row number, or -1 if the row does not exist in the table.

Example. Find a row with a value in column #1 "Board"

int irow = ts_table(TableDescr1,"search_regex",1,"Board", 2, "*");


(look regex patterns)