Hi , i have string as abc =“hey your funding is done”
and array as {“funding”,“money”,“new”}
so there are many items in array so i want to check if my string abc contains item from the array. So even if 1 item matches it should go forward .Also string will vary everytime.