Check if a given string is a valid palindrome but ignore characters other than Uppercase, Lowercase and Digits (alphanumeric). The comparison is case-insensitive. The empty string is defined as a valid palindrome. First step, it is easy to check if any character is one of the alphanumeric ...