hi
i need help on making a recursive palindrome function of only string values.
the recursive funstion shouyld return true is the string stored in the array is a palindrome, otherwise it should return false. Also the function should ignore spaces and punctuation in the string.
thank you
all help will be greatly appreciated