You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function takes the string as input and remove anything which is not the letter in the string and then check for the Palindrome.
True - Palindrome
False - Not Palindrome
About
The function takes the string as input and remove anything which is not the letter in the string and then check for the Palindrome. True - Palindrome False - Not Palindrome