Determine if a string is a palindrome

Question Q2.3.2

Write a single-line expression for determining if a string is a palindrome (reads the same forwards as backwards).


Solution Q2.3.2