Let's say that We have an array of strings.
We want to get only the strings that contain the word "iphone".
Use select
to get the result.
Note that the search needs to be case insensitive. It means if the string is "iPhone 10x max"
then this word should be included in the result