Team,
Data - str_one and str_two
Multiple Strings - “Not working”, “Receiving error”, “is down”, “got locked”, “locked”, “Reset password”, “Password”, “getting error", “Error”, “Facing issue”, “Cannot access”, “Connection lost”, “Lost connection”, “Broke”,“Broken”, “Unable to access”, “Please unlock”, “Can’t access”, “Not able to access”, “Create Incident”, “Create an Incident”, “Open Incident”, “Open an Incident”, “Can’t receive”, “Cannot receive”, “Unable to receive”, “Not receiving”, “Unable to”, “keeps crashing”, “Crashed”, “Issue”, “Not loading”, “Unable to load”, “Cannot load”, “Can’t load”, “Not launching”, “Unable to launch”, “Cannot launch”, “Can’t launch”, “Problem”, “Unable to”, “Expired”, “Password expired”, “Server offline”, “Server is offline”, “Vanished”, “Session ended”, “Connection ended”, “Remote ended”
Requirement - I want to check that whether str_one or str_two consists of multiple strings on the basis of which i need to perform certain actions ?
How can i do this ?
note - I DO NOT wish to perform standard method ie str_one.contains(“X”) or str_two.contains(“Y”) then perform Action