RosettaCodeData/Task/Palindrome-detection/AppleScript/palindrome-detection-6.applescript
2023-07-01 13:44:08 -04:00

3 lines
130 B
AppleScript

ignoring case, white space, hyphens and punctuation
return isPalindrome("Was it a 😀car, or a c😀at-I-saw?")
end ignoring