freeCodeCamp / wiki

freeCodeCamp's deprecated wiki articles
http://www.freecodecamp.com/wiki
281 stars 308 forks source link

Fix a bug in palindrome challenge #1160

Closed alayek closed 8 years ago

alayek commented 8 years ago

I noticed a bug while helping out a camper in our FCC Hyderabad meetup. The RegEx should be 0-9, not 1-9. Otherwise, it would exclude 0 as an alphanumeric character.