RosettaCodeData/Task/Palindrome-detection/Mathematica/palindrome-detection.math

2 lines
47 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
PalindromeQ[i_String] := StringReverse[i] == i