Implement `isPalindrome(str)` that returns `true` if `str` reads the same forwards and backwards (case-insensitive, ignore non-alphanumeric characters).
Run your code to see results.