tooltip
Filters the current query's contents to only include components whose tooltip equals to at least one (1) of the parameter strings. Comparisons ARE case sensitive.
Return
filtered query
Parameters
strings
varargs the strings to compare the component tooltip to
Filters the current query's contents to only include components whose tooltip matches the parameter Pattern
Return
filtered query
Parameters
pattern
the Pattern to compare component tooltip to