Intern — Senior
Checking a string for palindrome
livecode
Task condition
It is necessary to determine whether the given string is a palindrome. A palindrome is a sequence of characters that reads the same from left to right and from right to left (including an empty string).
When checking:
- Consider only alphanumeric characters.
- Ignore spaces, punctuation, and letter case.