Vyxal, 9 bytes
⇩:kakzL·Ṙ=
⇩ # Lowercased
: # Duplicated
ka # Forwards alphabet
kz # Backwards alphabet
L· # Transliterate (apply cipher)
Ṙ # Reversed
= # Is identical?
emanresu A
- 46.2k
- 5
- 111
- 257
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange⇩:kakzL·Ṙ=
⇩ # Lowercased
: # Duplicated
ka # Forwards alphabet
kz # Backwards alphabet
L· # Transliterate (apply cipher)
Ṙ # Reversed
= # Is identical?