You are browsing as a guest. Sign up (or log in) to start making projects!

Palindrome Checker

  • 1 Devlogs
  • 2 Total hours

I built a program that checks whether a given string is a palindrome (a word, number, or phrase that reads the same forward and backward). The program ignores spaces, punctuation, and capitalization and handles edge cases, including empty strings, mixed cases, or inputs with symbols. I also gave myself the challenge to not use .reverse() or reversed().

Ship #1

I built a program that checks whether a given string is a palindrome (a word, number, or phrase that reads the same forward and backward). The program ignores spaces, punctuation, and capitalization and handles edge cases, including empty strings, mixed cases, or inputs with symbols. I also gave myself the challenge to not use .reverse() or reversed(). The most challenging part was definitely finding a method to reverse the word without .reverse() or reversed(). I am 100% sure, this program is bug free so try to give it a error!

  • 1 devlog
  • 2h
Try project → See source code →
Open comments for this post

2h 16m 7s logged

I built a program that checks whether a given string is a palindrome (a word, number, or phrase that reads the same forward and backward). The program ignores spaces, punctuation, and capitalization and handles edge cases, including empty strings, mixed cases, or inputs with symbols. I also gave myself the challenge to not use .reverse() or reversed(). This is my first project and I am excited for the journey that lies ahead of me! I have been seeing the projects this community has been making and each one has blown me away, can’t wait till I am making a project like that!

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…