Palindrome Checker question to test *solved*

Hello there, i managed to pass this test, but only by passing 1 of the test by hardcoding it into my Checker.

Can somebody explain to me, why this test here is checked for false?
looks like a Palindrom to me.

palindrome("1 eye for of 1 eye.") should return false .

Palindrome Checker Passed

Challenge: Palindrome Checker

Link to the challenge:

After removing characters that are not taken under consideration, first character - 1 - is not the same as the last one - e

1 Like

thanks, were to stupid to read non-alphanumeric, thought only chars count. Thank you and closed.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.