susanBuck / e15-spring21

1 stars 0 forks source link

project 1 - palindrome & numeric characters #3

Closed adejeffchen closed 3 years ago

adejeffchen commented 3 years ago

According to the spec, "Non-alphabetic characters are ignored".

I would like to confirm that numeric characters are to be ignored too beside special characters.

Thanks, Jeff

susanBuck commented 3 years ago

Hi @adejeffchen - that's correct - numbers are ignored.

adejeffchen commented 3 years ago

Thanks!