Look for specific letters in a tagname and return a 0 or 1

Im trying to turn vision property visibility true or false by using the expression to look for a specific letter in a tagname.

An expression of indexOf({path.to.tagname}, "searchLetter") != -1 should work.

3 Likes

Thank you