Skip to main content
Commonmark migration
Source Link

#Japt, 8 bytes

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? 

#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? 

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? 
Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

#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?