Valid Palindrome
EasyGiven a string, print whether it is a palindrome after converting uppercase letters to lowercase and ignoring non-alphanumeric characters.
Input format:
- One line: s
Print `true` or `false`.
Constraints
0 <= s.length <= 2 * 10^5