Returns whether the given value contains another value.
If value
is a string, this returns whether subValue
is a sub-string of value
.
If value
is an array, this returns whether subValue
is an element of value
.
Whether the value is contained.