om-ganesh / codekata

1 stars 0 forks source link

Find palindrome (ignoring unwanted chars) #77

Open om-ganesh opened 3 years ago

om-ganesh commented 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