Open om-ganesh opened 3 years ago
Find if the given string is palindrome or not, ignoring the special and digits characters Input: "!@!taat!" Output: True Note: Ignore cases for comparision i.e. taaT=Taat
Find if the given string is palindrome or not, ignoring the special and digits characters Input: "!@!taat!" Output: True Note: Ignore cases for comparision i.e. taaT=Taat