I am getting this whole expression as String (subCategory == "Serveware Sets") || (category == "Cookware & Bakeware") || (category == "Small Appliances") || (category == "Dinnerware & Serveware")
Now I want to convert this string to the expression so that I can directly compare the values of the subCategory and the category. How can I do the same.