Commit Graph

6 Commits

Author SHA1 Message Date
Isah Jacob 5c9a49ce8c remove the skip method 2022-10-31 22:55:49 +01:00
Isah Jacob b57525e72c modified the function removed comments 2022-10-31 22:54:47 +01:00
Isah Jacob 8dfcd1eb07 used .tolowercase metheod to convert every string to lower changes
I used also .replace with regular expression that will match anything between A-Z, and a-z and replace afterwards
processed the string using .split, .reverse, and .join method
and the function return true if processedString is equal to reversedString;
2022-10-31 22:41:59 +01:00
Mclilzee 1acdfccb5d Fix palindromes false positive test 2022-02-08 20:52:06 +01:00
Briggs Elsperger 74ab0b7cc6 add clarifiying comment about not removing code 2021-09-11 16:18:55 -06:00
Benjo Kho 61f38bf60c Rename folders with numbers and underscores 2021-08-07 14:52:11 +08:00