I know == is equivalent, but what is contains?
Like, the string is equivalent to 'x'
So you write 'string'=='x'
But what do you write when you're looking for the string 'has x in part of it' and/or is equivalent.
I'm looking for a 'string x' to give true when asked if 'x' is in it.
thanks.
Like, the string is equivalent to 'x'
So you write 'string'=='x'
But what do you write when you're looking for the string 'has x in part of it' and/or is equivalent.
I'm looking for a 'string x' to give true when asked if 'x' is in it.
thanks.