Hi all,
I have assign value as
Word=[‘world’,‘new’]
Gettext= “world is beautiful”
With the help of deserilalize JSON array and in for each loop assign value as individual value=item. tostring
Then inside the for each
I have given condition as gettext.contains(individual value)
Then
Message as true
Else
Message as false
I have a question I have to check for both value world and new in same if conditions
How is it possible can any one plz suggest