A phrase is a palindrome if it reads the same forward and backward after converting to lowercase and removing all non-alphanumeric characters. Given a string `s`, return true if it is a palindrome.
s = "A man, a plan, a canal: Panama"trues = "race a car"false