Can jQuery check & sum string data based on custom conditions & return true/false in PHP?
Question: A string is given which will contain single digit numbers, letters, and question marks, and you have to check that string contains ??? between every pair of two numbers and their sum needs to be 10. If so then…