Talk:Palindrome detection: Difference between revisions

(Spaces and punctuation)
Line 4:
 
So ignore or strip spaces - what should be done? --[[User:Paddy3118|Paddy3118]] 20:56, 5 December 2008 (UTC)
 
: I think what is meant is that the function itself shouldn't ignore spaces or punctuations, but if using the given example, the test code must remove spaces and convert to either uppercase or lowercase, because otherwise the example isn't a character-wise palindrome. I think it would make more sense to use some example which already is a character-wise palindrome by itself, say the German word "nennen" (to name). --[[User:Ce|Ce]] 09:42, 6 December 2008 (UTC)
 
==Haskell recursive solution note==
973

edits