Retired

Palindrome Strings (retired)

13,322 of 18,964antenor

Description:

Palindrome strings

A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. This includes capital letters, punctuation, and word dividers.

Implement a function that checks if something is a palindrome. If the input is a number, convert it to string first.

Examples(Input ==> Output)

"anna"   ==> true
"walter" ==> false
12321    ==> true
123456   ==> false
Strings
Fundamentals

More By Author:

Check out these other kata created by antenor

Stats:

CreatedAug 5, 2016
Warriors Trained23507
Total Skips505
Total Code Submissions43712
Total Times Completed18964
JavaScript Completions13322
C# Completions694
Python Completions3690
Ruby Completions585
PHP Completions801
TypeScript Completions191
Racket Completions17
Total Stars118
% of votes with a positive feedback rating91% of 2109
Total "Very Satisfied" Votes1786
Total "Somewhat Satisfied" Votes272
Total "Not Satisfied" Votes51
Ad
Contributors
  • antenor Avatar
  • user4386369 Avatar
  • suic Avatar
  • anter69 Avatar
  • Chrono79 Avatar
  • user5036852 Avatar
  • mitron6 Avatar
  • Arothe Avatar
  • user8436785 Avatar
  • ejini战神 Avatar
  • farhanaditya Avatar
Ad