Skip to main content
2 of 2
Commonmark migration

Japt, 8 bytes

a@jYÉ êS 

Try it

a@jYÉ êS :Implicit input of string a :Last 0-based index that returns true (or -1 if none do) @ :When passed through the following function as Y j : Remove the character in U at index YÉ : Y-1 êS : Is palindrome? 
Shaggy
  • 45k
  • 4
  • 39
  • 95