RaDaR

A Coding Challenge

A palindrome checker. This app takes user input and checks to see if it is the same forward as it is backword. It will also adjust for variations in case and remove extraneus elements. For example, "radar" will return as a palindrome. And "RaDaR!" will also return a palindrome.