What's a Palindrome?
A palindrome is a word, phrase, number, or other sequence of characters that reads the same backward as forward.
Checking "delight"
* Forward: d e l i g h t
* Backward: t h g i l e d
"Delight" does not read the same backward as forward.
Therefore, "delight" is not a palindrome.