How to make that if mesh contains word test it is not set to variable
The node that you marked checks whenever a Name is not-equal to “Test”.
It only compares the full string, it doesn’t check for the sub-string.
There is a different node that does what you want:
Is this what you’ve been looking for?
Yes that was exactly what I was looking for. Thank you! 