+ 3
Validate for Palimdromes
A palimdrome is a word which can be written from left to write and can be read from right to left without the meaning beign changed, for example NO SIR PREFER PRISON create a method/function to accept a text value as input as check it whether its a valid palimdrome or not, make sure you skip the spaces and other punctuations if any, Code in many programming languages as possible. I will upload my solution soon, you can get more information about palimdrome from the website http://fun-with-words.com/palindromes.html Good Luck.
2 Réponses
+ 8
Here's my code had done it for freecodecamp challenge before.
https://code.sololearn.com/W9bn2CrgZnz1/?ref=app
Similar posts below
https://www.sololearn.com/discuss/766750/?ref=app
https://www.sololearn.com/discuss/841590/?ref=app
+ 5
https://code.sololearn.com/cvjGwezuLIr8/?ref=app