Short question: Does “contains(…)” work on arrays or on substrings? I.e., would it find “shoulder” only once in, say, a list like ("head", "shoulder", "shoulder height")
?
2 Likes
Short question: Does “contains(…)” work on arrays or on substrings? I.e., would it find “shoulder” only once in, say, a list like ("head", "shoulder", "shoulder height")
?