facecrime
find(Object.myStringOfNumbers, "2")
If this returns a number >=0, this means that "2" is found.
But, if your string is long and contains numbers with multiple digits ("0,7,8,12,22,729") , if you need to find exact number 2, you should search for ",2," string.
With lists like this it's better to use tokenat/tokencount